#42490F
A very dark, moderate yellow closely aligning with Darkolivegreen.
About #42490F
When working with digital screens, the color #42490F is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 66 red, 73 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 10% Cyan, 0% Magenta, 79% Yellow, and 71% Black. The HSL representation is 67.2° hue, 65.9% saturation, and 17.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42490F
RGB66, 73, 15
HSL67.2°, 65.9%, 17.3%
CMYK10%, 0%, 79%, 71%
HSV67.2°, 79.5%, 28.6%
LAB29.3, -11.6, 31.8
XYZ4.7, 6.0, 1.4
Decimal4344079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.58:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.16:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42490F;
}
.text-color {
color: #42490F;
}
.border-color {
border: 2px solid #42490F;
}