What is the HEX code for hunter green?
The CSS color hunter green in HEX format is #0b4008. Use this value directly in CSS, SVG, and most design tools.
How do I use hunter green in CSS?
To apply hunter green in CSS:
- Text color: color: #0b4008;
- Background: background-color: #0b4008;
- Border: border-color: #0b4008;
What are all the color format values for hunter green?
| Format | Value |
|---|---|
| HEX | #0b4008 |
| RGB | rgb(11, 64, 8) |
| HSL | hsl(116.8, 77.8%, 14.1%) |
| CMYK | cmyk(82.8%, 0%, 87.5%, 74.9%) |
How do I convert hunter green to HEX?
Select hunter green from the color name list in our color converter. The HEX value — #0b4008 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does hunter green belong to?
hunter green belongs to the green color family. It is a dark, vivid color with HSL values: hue 116.8°, saturation 77.8%, lightness 14.1%.
How do I create lighter and darker shades of hunter green?
Lighter variant (lightness 29.1%): #178410. Darker variant (lightness 5%): #041703. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.