#2C330F
A very dark, moderate yellow closely aligning with Darkolivegreen.
About #2C330F
At its core, #2C330F is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 44 parts red, 51 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 0% M, 71% Y, and 80% K. With a hue angle of 71.7 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C330F
RGB44, 51, 15
HSL71.7°, 54.5%, 12.9%
CMYK14%, 0%, 71%, 80%
HSV71.7°, 70.6%, 20.0%
LAB19.8, -9.5, 21.3
XYZ2.3, 2.9, 0.9
Decimal2896655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.23:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.64:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C330F;
}
.text-color {
color: #2C330F;
}
.border-color {
border: 2px solid #2C330F;
}