JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET
HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL:
144.94€/pc.
Ex Tax: 116.89€/pc.
No brand
0 reviews
Out Of Stock
Product Code: 000-485581ASP

Specification

Item sold out
Tags:

DESCRIPTION JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL price 144.94€

Package dimensions32,00 x 4,00 x 47,00 cm
Net weight1,144 kg

Uus Helly Hansen UC-ME sarja kõrgnähtav shell jope on topelthelkuritega, mis teevad Teid veelgi nähtavamaks! Jope on tuule-ja veekindel ning hingav.
Värvused: 369 BLACK /must, 169 punane/must; 269 oranž/must
Suurused: XS - 5XL

ÖKO-TEX/BLUESIGN
Öko-Tex & Bluesign tunnustatud peamine materjal
Materjal:

Peamine: 100% polüester - 210 g/m²
Teisene: 100% polüamiid - 210 g/m²
Vooder: 100% polüamiid


EN ISO: 20471:2013 Class 3
EN 343:2019 Class 3, 3
Eemaldatav kapuuts
Kapuuts verikaalselt ja horisontaalselt reguleeritav, sobib kasutamiseks kiivriga
Ilma õlaõmblusteta
Pehme polüester vooderdusega krae
YKK® lukk tormiklapi ja lõuakaitsmega
YKK® lukuga küljetaskud
Eelpainutatud varrukad maksimaalse liikuvuse ja mugavuse tagamiseks
Varrukaotsad reguleeritavad
Pikendatud tagaosa
ID-kaardi aas
Napoleoni tasku
Alumine äär elastse nöörkinnisega reguleeritav (taskust)
Veekindlus 10.000, hingavus 10.003

Description provided by sitypro.com

Workwear
Size
XXL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
Snickers Softshell Stretch Jacket with hood
In Stock
157.40€ Ex Tax: 126.93€
Snickers Softshell Stretch Hooded Jacket
In Stock
157.40€ Ex Tax: 126.93€
SNICKERS Softshell Stretch Jacket with hood
In Stock
157.40€ Ex Tax: 126.93€
Snickers Softshell Stretch Jacket with Hood
In Stock
157.40€ Ex Tax: 126.93€
Or you can choose other products in the category: Jackets
Related Products
rempro rempro-mobile

Frequently asked questions about the JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL

What is JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL and what is it for?

JACKET HH UC-ME SHELL KL.3 HI-VIS YELLOW /BLACK XXL is a high-visibility Helly Hansen shell jacket with double reflective strips, wind- and waterproof and breathable, certified EN ISO 20471 Class 3 and EN 343 Class 3,3. It’s designed for outdoor work, construction and tasks requiring high visibility and weather protection.

What materials is the jacket made of and what is the fabric weight?

Main fabric: 100% polyester, 210 g/m²; secondary fabric: 100% polyamide, 210 g/m²; lining: 100% polyamide. The main material is ÖKO‑TEX and Bluesign recognised.

Which protection standards and classes does the jacket meet?

The jacket meets EN ISO 20471:2013 Class 3 (high visibility) and EN 343:2019 Class 3,3 (water protection and breathability). This provides maximum visibility and high waterproofing for work environments.

What are the hood features and is it helmet-compatible?

The jacket has a removable hood, adjustable vertically and horizontally, and is helmet-compatible. This gives extra weather protection and a secure fit when using PPE.

What zips and pockets does the jacket have?

The jacket uses YKK® zips, with a front zip featuring a storm flap and chin guard, YKK® side pockets, a Napoleon chest pocket and an ID-card loop. These features make it practical for work use.

What fit adjustments does the jacket offer?

Adjustable sleeve cuffs, hood adjustable vertically and horizontally, and an extended back for extra coverage. Pre-bent sleeves improve mobility and comfort.

Which sizes are available and what size is this item?

The model is available in sizes XS–5XL; this specific item is listed as XXL. Choose your size according to your normal sizing and workwear layering needs.

Is the jacket suitable for working in rain and strong wind?

Yes, the jacket is wind- and waterproof and certified EN 343 Class 3,3, providing reliable rain protection and good breathability during active work. The removable hood and storm flap increase weather protection.

Which colours are available besides yellow/black?

Besides yellow/black, versions available include 169 red/black and 269 orange/black. All colours feature high-visibility contrasts and double reflectors.

Is the jacket suitable to wear over workwear and PPE?

Yes, the jacket is designed to be worn over work clothing: the hood is helmet-compatible, it has an extended back and adjustable features for a comfortable fit over layers. Pre-bent sleeves aid practical movement.

Google reviews

See all reviews

Model

//$('#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ххххххх');