#425F42
A dark, muted green closely aligning with Darkolivegreen.
About #425F42
Visually, #425F42 is defined as a muted green. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 95, and 66.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#425F42
RGB66, 95, 66
HSL120.0°, 18.0%, 31.6%
CMYK31%, 0%, 31%, 63%
HSV120.0°, 30.5%, 37.3%
LAB37.4, -17.3, 13.3
XYZ7.3, 9.7, 6.6
Decimal4349762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #425F42;
}
.text-color {
color: #425F42;
}
.border-color {
border: 2px solid #425F42;
}