#245F07
A dark, vivid green closely aligning with Darkgreen.
About #245F07
Visually, #245F07 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(36, 95, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 62% C, 0% M, 93% Y, and 63% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#245F07
RGB36, 95, 7
HSL100.2°, 86.3%, 20.0%
CMYK62%, 0%, 93%, 63%
HSV100.2°, 92.6%, 37.3%
LAB35.2, -34.9, 39.2
XYZ4.9, 8.6, 1.6
Decimal2383623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.73:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.39:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F07;
}
.text-color {
color: #245F07;
}
.border-color {
border: 2px solid #245F07;
}