#007524
A dark, vivid green closely aligning with Darkgreen.
About #007524
The hex code #007524 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 0 red, 117 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 69% Y, and 54% K. With a hue angle of 138.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007524
RGB0, 117, 36
HSL138.5°, 100.0%, 22.9%
CMYK100%, 0%, 69%, 54%
HSV138.5°, 100.0%, 45.9%
LAB42.5, -46.0, 35.6
XYZ6.7, 12.8, 3.8
Decimal29988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007524;
}
.text-color {
color: #007524;
}
.border-color {
border: 2px solid #007524;
}