#234209
A very dark, vivid green closely aligning with Darkolivegreen.
About #234209
At its core, #234209 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 35 parts red, 66 parts green, and 9 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 0% magenta, 86% yellow, and 74% black. The HSL representation is 92.6° hue, 76.0% saturation, and 14.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#234209
RGB35, 66, 9
HSL92.6°, 76.0%, 14.7%
CMYK47%, 0%, 86%, 74%
HSV92.6°, 86.4%, 25.9%
LAB24.6, -22.4, 28.9
XYZ2.7, 4.3, 0.9
Decimal2310665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.32:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.82:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #234209;
}
.text-color {
color: #234209;
}
.border-color {
border: 2px solid #234209;
}