Dark Green Hex Code — #006400
RGB, HSL, and CMYK values for Dark Green.
Dark Green Color Values
| Format | Value |
|---|---|
| HEX | #006400 |
| RGB | rgb(0, 100, 0) |
| HSL | hsl(120, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 100%, 61%) |
Want to explore more shades? Use our Color Converter
About Dark Green
Color psychology: Ambition, greed.
Dark Green (#006400) is a dark shade of green. It's commonly used in web design, graphic design, and branding where ambition, greed are desired associations.
How to Use Dark Green in CSS
/* Using HEX */ color: #006400; background-color: #006400; /* Using RGB */ color: rgb(0, 100, 0); /* Using HSL */ color: hsl(120, 100%, 20%);