#245707
A very dark, vivid green closely aligning with Darkgreen.
About #245707
Visually, #245707 is defined as a vivid green. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 36 red, 87 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. The HSL representation is 98.2° hue, 85.1% saturation, and 18.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#245707
RGB36, 87, 7
HSL98.2°, 85.1%, 18.4%
CMYK59%, 0%, 92%, 66%
HSV98.2°, 92.0%, 34.1%
LAB32.3, -31.7, 36.7
XYZ4.2, 7.2, 1.4
Decimal2381575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245707;
}
.text-color {
color: #245707;
}
.border-color {
border: 2px solid #245707;
}