#428A33
A dark, moderate green closely aligning with Forestgreen.
About #428A33
Visually, #428A33 is defined as a moderate green. Designers often compare it to the standard color Forestgreen. Its digital footprint relies on 66 parts red, 138 parts green, and 51 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. With a hue angle of 109.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#428A33
RGB66, 138, 51
HSL109.7°, 46.0%, 37.1%
CMYK52%, 0%, 63%, 46%
HSV109.7°, 63.0%, 54.1%
LAB51.4, -39.9, 38.8
XYZ11.9, 19.6, 6.3
Decimal4360755
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A33;
}
.text-color {
color: #428A33;
}
.border-color {
border: 2px solid #428A33;
}