#428A3A
A dark, moderate green closely aligning with Forestgreen.
About #428A3A
Visually, #428A3A is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 66 parts red, 138 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#428A3A
RGB66, 138, 58
HSL114.0°, 40.8%, 38.4%
CMYK52%, 0%, 58%, 46%
HSV114.0°, 58.0%, 54.1%
LAB51.4, -39.1, 35.5
XYZ12.1, 19.6, 7.2
Decimal4360762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A3A;
}
.text-color {
color: #428A3A;
}
.border-color {
border: 2px solid #428A3A;
}