Fern Hex Code — #4F7942
RGB, HSL, and CMYK values for Fern.
Fern Color Values
| Format | Value |
|---|---|
| HEX | #4F7942 |
| RGB | rgb(79, 121, 66) |
| HSL | hsl(106, 29%, 37%) |
| CMYK | cmyk(35%, 0%, 45%, 53%) |
Want to explore more shades? Use our Color Converter
About Fern
Color psychology: Sincerity, nature.
Fern (#4F7942) is a dark shade of green. It's commonly used in web design, graphic design, and branding where sincerity, nature are desired associations.
How to Use Fern in CSS
/* Using HEX */ color: #4F7942; background-color: #4F7942; /* Using RGB */ color: rgb(79, 121, 66); /* Using HSL */ color: hsl(106, 29%, 37%);