#2C9975
A dark, moderate green closely aligning with Seagreen.
About #2C9975
At its core, #2C9975 is a dark and moderate hue. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(44, 153, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 0% Magenta, 24% Yellow, and 40% Black. With a hue angle of 160.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C9975
RGB44, 153, 117
HSL160.2°, 55.3%, 38.6%
CMYK71%, 0%, 24%, 40%
HSV160.2°, 71.2%, 60.0%
LAB56.7, -39.3, 10.2
XYZ15.6, 24.6, 20.8
Decimal2922869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C9975;
}
.text-color {
color: #2C9975;
}
.border-color {
border: 2px solid #2C9975;
}