#2C9966
A dark, moderate green closely aligning with Seagreen.
About #2C9966
The hex code #2C9966 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. Its digital footprint relies on 44 parts red, 153 parts green, and 102 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 71% C, 0% M, 33% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2C9966
RGB44, 153, 102
HSL151.9°, 55.3%, 38.6%
CMYK71%, 0%, 33%, 40%
HSV151.9°, 71.2%, 60.0%
LAB56.4, -42.7, 18.2
XYZ14.8, 24.3, 16.5
Decimal2922854
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C9966;
}
.text-color {
color: #2C9966;
}
.border-color {
border: 2px solid #2C9966;
}