#245F33
A dark, moderate green closely aligning with Darkolivegreen.
About #245F33
At its core, #245F33 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 36 red, 95 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 62% cyan, 0% magenta, 46% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#245F33
RGB36, 95, 51
HSL135.3°, 45.0%, 25.7%
CMYK62%, 0%, 46%, 63%
HSV135.3°, 62.1%, 37.3%
LAB35.6, -30.0, 19.6
XYZ5.4, 8.8, 4.5
Decimal2383667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F33;
}
.text-color {
color: #245F33;
}
.border-color {
border: 2px solid #245F33;
}