#428A00
A dark, vivid green closely aligning with Green.
About #428A00
The precise color #428A00 is an excellent choice for modern design projects. It is closely associated with the named CSS color Green. This translates to an RGB value of rgb(66, 138, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). 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. 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#428A00
RGB66, 138, 0
HSL91.3°, 100.0%, 27.1%
CMYK52%, 0%, 100%, 46%
HSV91.3°, 100.0%, 54.1%
LAB51.1, -43.0, 54.4
XYZ11.3, 19.3, 3.1
Decimal4360704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A00;
}
.text-color {
color: #428A00;
}
.border-color {
border: 2px solid #428A00;
}