#245F3A
A dark, moderate green closely aligning with Darkolivegreen.
About #245F3A
At its core, #245F3A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 95, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 0% M, 39% Y, and 63% K. With a hue angle of 142.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#245F3A
RGB36, 95, 58
HSL142.4°, 45.0%, 25.7%
CMYK62%, 0%, 39%, 63%
HSV142.4°, 62.1%, 37.3%
LAB35.7, -28.6, 15.6
XYZ5.6, 8.9, 5.4
Decimal2383674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.24:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F3A;
}
.text-color {
color: #245F3A;
}
.border-color {
border: 2px solid #245F3A;
}