#428333
A dark, moderate green closely aligning with Darkgreen.
About #428333
Visually, #428333 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkgreen. Its digital footprint relies on 66 parts red, 131 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 0% magenta, 61% yellow, and 49% black. The HSL representation is 108.8° hue, 44.0% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#428333
RGB66, 131, 51
HSL108.8°, 44.0%, 35.7%
CMYK50%, 0%, 61%, 49%
HSV108.8°, 61.1%, 51.4%
LAB49.0, -37.0, 36.2
XYZ11.0, 17.6, 6.0
Decimal4358963
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428333;
}
.text-color {
color: #428333;
}
.border-color {
border: 2px solid #428333;
}