#243A16
A very dark, moderate green closely aligning with Darkolivegreen.
About #243A16
Visually, #243A16 is defined as a moderate green. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 58, and 22.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 38% cyan, 0% magenta, 62% yellow, and 77% black. Always request a physical proof before doing a large print run with this exact code.
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#243A16
RGB36, 58, 22
HSL96.7°, 45.0%, 15.7%
CMYK38%, 0%, 62%, 77%
HSV96.7°, 62.1%, 22.7%
LAB21.8, -16.5, 19.4
XYZ2.4, 3.5, 1.3
Decimal2374166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.41:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.86:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243A16;
}
.text-color {
color: #243A16;
}
.border-color {
border: 2px solid #243A16;
}