Wood Preservative Eskaro Protect Green 4.5 L

The photographs are for illustrative purposes only.
Get AI analytics on product Wood Preservative Eskaro Protect Green 4.5 L:
27.20€ / pc.
Ex Tax: 21.93€ / pc.
6.04€ / l
1 pc. = 4.5l
Eskaro
0 reviews
In stock
Product Code: 000-404981ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:

Eskaro Protect Green — 4.5 L deep-penetrating wood treatment

Solvent-based, deep-penetrating preservative for concealed wooden structures and wood surfaces. Penetrates deeply, slows moisture uptake and mold spread, and is suitable for many interior and exterior applications with specific exclusions.

Key Benefits


    Pentrates deeply into wood for long-lasting protection
  • Slows moisture absorption and slows mold growth
  • Suitable for both interior and exterior wood surfaces (with restrictions)
  • No regular maintenance or reapplication required for treated surfaces
  • Treated surface acquires a greenish tint and can be overpainted after 3 months
  • Provides long-term indoor protection; outdoor performance should be checked every 5 years

Applications

Typical application areas where this treatment is effective and recommended.


    New or existing undamaged roof load-bearing timber (rafters)
  • Wall battens and similar concealed roof components
  • Floor and ceiling beams
  • Other concealed wooden constructions
  • Wood elements exposed to moist environments, e.g., structures in contact with foundations

What to Consider When Choosing


    Not for open indoor constructions — use only on concealed elements
  1. Do not use on wood in direct contact with water or soil
  2. Avoid use on structures in direct sunlight — long-term UV reduces protection
  3. Treated wood will develop a greenish color; plan decorative finishes accordingly
  4. Surface can be overpainted after 3 months if desired
  5. Check outdoor-treated elements approximately every 5 years

Specifications


    Solvent-based deep-penetrating preservative
  • Volume: 4.5 L
  • Single-coat coverage: planed board 8–10 m²/L, sawn board 4–6 m²/L
  • Dipping consumption: 30–60 L/m³
  • Maximum protection reached at 0.2 L/m² application rate
  • Treated surface: greenish tint; recoatable after 3 months
  • Not suitable for direct water/ground contact or for structures in direct sunlight
  • Indoor protection: for the lifetime of the timber; outdoor: check every 5 years

Why Buy from SityPro


    Easy to buy online with clear product features and application guidance
  • Transparent price information and fast order processing
  • Convenient delivery options across Estonia and Finland
  • Customer support available for product selection and application questions

Description provided by sitypro.com

Wood Preservative Eskaro Protect Green 4.5 L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WOOD PRESERVATIVE ESKARO PROTECT GREEN 4,5L

What is Wood Preservative Eskaro Protect Green 4.5 L and what is it used for?

Wood Preservative Eskaro Protect Green 4.5 L is a solvent-based, deep-penetrating treatment for concealed and exposed wood that slows moisture uptake and mold growth. It’s intended for new and sound existing load-bearing and concealed timber in many interior and some exterior applications.

Is Eskaro Protect Green 4.5 L suitable for outdoor terraces and façades?

Eskaro Protect Green can be used outdoors with restrictions: it provides long-term protection indoors, and outdoor-treated surfaces should be inspected approximately every 5 years. For terraces and façades make sure the wood is sound and consider an additional topcoat for extra durability.

Can I repaint a surface treated with Eskaro Protect Green and when?

Yes — the treated surface can be overpainted after at least 3 months following application. Perform a test patch first to check adhesion and the greenish tint before full repainting.

What types of wood can be treated with Eskaro Protect Green 4.5 L?

The preservative is suitable for many new and sound existing load-bearing and concealed timber types, especially absorbent woods needing deep penetration. Do not use on rotten or heavily damaged wood without repair or replacement first.

How is Eskaro Protect Green applied — brush, roller or spray?

Eskaro Protect Green can be applied by brush, roller or spray after surface preparation. Apply evenly and allow adequate penetration time between coats if multiple applications are used.

Does Eskaro Protect Green leave a green tint on the wood?

Yes — the treated surface acquires a light greenish tint that should be considered before finishing. The tint can be covered or neutralised by overpainting after about 3 months.

How long does protection last indoors after treating with Eskaro Protect Green?

Indoors the preservative provides long-term protection without regular reapplication. The product description does not state an exact number of years but indicates durable protection for interior concealed and load-bearing wood.

Can I use Eskaro Protect Green on old wood with existing paint or varnish?

The preservative is intended for sound, uncoated wood; any remaining paint or varnish should be removed to allow deep penetration. If full removal isn’t possible, perform a trial area first.

Do I need to sand the wood before applying Eskaro Protect Green?

You should clean and, if necessary, lightly sand the surface to remove dirt, loose fibres and old coatings to ensure better penetration. Proper surface preparation improves treatment performance.

Is Eskaro Protect Green suitable for treating concealed load-bearing timber (beams, frames)?

Yes — the treatment is intended for concealed load-bearing and structural timber, penetrating deeply to slow moisture uptake and mould growth. Ensure the wood is sound and that application reaches all necessary areas for even coverage.

How is Eskaro Protect Green packaged and how should it be stored (volume, model)?

The preservative is supplied in a 4.5 L container (model A171658SP, SKU 000-404981ASP, manufacturer Eskaro). Store in a tightly closed container protected from freezing and direct sunlight.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');