#2C6D50
A dark, moderate green closely aligning with Seagreen.
About #2C6D50
Visually, #2C6D50 is defined as a moderate green. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 109, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 0% M, 27% Y, and 57% K. With a hue angle of 153.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C6D50
RGB44, 109, 80
HSL153.2°, 42.5%, 30.0%
CMYK60%, 0%, 27%, 57%
HSV153.2°, 59.6%, 42.7%
LAB41.3, -28.3, 10.1
XYZ8.0, 12.1, 9.5
Decimal2911568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.16:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D50;
}
.text-color {
color: #2C6D50;
}
.border-color {
border: 2px solid #2C6D50;
}