#2C8A66
A dark, moderate green closely aligning with Seagreen.
About #2C8A66
The hex code #2C8A66 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 44 red, 138 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 0% Magenta, 26% Yellow, and 46% Black. The HSL representation is 157.0° hue, 51.6% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C8A66
RGB44, 138, 102
HSL157.0°, 51.6%, 35.7%
CMYK68%, 0%, 26%, 46%
HSV157.0°, 68.1%, 54.1%
LAB51.5, -36.4, 11.4
XYZ12.5, 19.7, 15.7
Decimal2919014
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: #2C8A66;
}
.text-color {
color: #2C8A66;
}
.border-color {
border: 2px solid #2C8A66;
}