Hunter Green Hex Code — #355E3B
RGB, HSL, and CMYK values for Hunter Green.
Hunter Green Color Values
| Format | Value |
|---|---|
| HEX | #355E3B |
| RGB | rgb(53, 94, 59) |
| HSL | hsl(129, 28%, 29%) |
| CMYK | cmyk(44%, 0%, 37%, 63%) |
Want to explore more shades? Use our Color Converter
About Hunter Green
Color psychology: Strength, outdoors.
Hunter Green (#355E3B) is a dark shade of green. It's commonly used in web design, graphic design, and branding where strength, outdoors are desired associations.
How to Use Hunter Green in CSS
/* Using HEX */ color: #355E3B; background-color: #355E3B; /* Using RGB */ color: rgb(53, 94, 59); /* Using HSL */ color: hsl(129, 28%, 29%);