#42923A
A medium, moderate green closely aligning with Forestgreen.
About #42923A
Visually, #42923A is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 66 red, 146 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 55% C, 0% M, 60% Y, and 43% K. The HSL representation is 114.5° hue, 43.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 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#42923A
RGB66, 146, 58
HSL114.5°, 43.1%, 40.0%
CMYK55%, 0%, 60%, 43%
HSV114.5°, 60.3%, 57.3%
LAB54.0, -42.4, 38.6
XYZ13.3, 22.0, 7.6
Decimal4362810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42923A;
}
.text-color {
color: #42923A;
}
.border-color {
border: 2px solid #42923A;
}