#004907
A very dark, vivid green closely aligning with Darkgreen.
About #004907
The hex code #004907 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 73, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 90% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#004907
RGB0, 73, 7
HSL125.8°, 100.0%, 14.3%
CMYK100%, 0%, 90%, 71%
HSV125.8°, 100.0%, 28.6%
LAB26.1, -34.4, 30.8
XYZ2.4, 4.8, 1.0
Decimal18695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.74:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.26:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004907;
}
.text-color {
color: #004907;
}
.border-color {
border: 2px solid #004907;
}