#425F0F
A dark, vivid green closely aligning with Darkolivegreen.
About #425F0F
At its core, #425F0F is a dark and vivid hue. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(66, 95, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. The HSL representation is 81.7° hue, 72.7% saturation, and 21.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#425F0F
RGB66, 95, 15
HSL81.7°, 72.7%, 21.6%
CMYK31%, 0%, 84%, 63%
HSV81.7°, 84.2%, 37.3%
LAB36.7, -23.5, 38.8
XYZ6.4, 9.4, 1.9
Decimal4349711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.30:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.98:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #425F0F;
}
.text-color {
color: #425F0F;
}
.border-color {
border: 2px solid #425F0F;
}