#42831D
A dark, moderate green closely aligning with Forestgreen.
About #42831D
Visually, #42831D is defined as a moderate green. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 66 parts red, 131 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#42831D
RGB66, 131, 29
HSL98.2°, 63.7%, 31.4%
CMYK50%, 0%, 78%, 49%
HSV98.2°, 77.9%, 51.4%
LAB48.9, -39.0, 45.5
XYZ10.6, 17.5, 4.0
Decimal4358941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA Large
4.46:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #42831D;
}
.text-color {
color: #42831D;
}
.border-color {
border: 2px solid #42831D;
}