#229972
A dark, moderate green closely aligning with Seagreen.
About #229972
Visually, #229972 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(34, 153, 114).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. With a hue angle of 160.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#229972
RGB34, 153, 114
HSL160.3°, 63.6%, 36.7%
CMYK78%, 0%, 25%, 40%
HSV160.3°, 77.8%, 60.0%
LAB56.4, -41.4, 11.5
XYZ15.1, 24.3, 19.8
Decimal2267506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #229972;
}
.text-color {
color: #229972;
}
.border-color {
border: 2px solid #229972;
}