#2C7557
A dark, moderate green closely aligning with Seagreen.
About #2C7557
Visually, #2C7557 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 44 red, 117 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 0% magenta, 26% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C7557
RGB44, 117, 87
HSL155.3°, 45.3%, 31.6%
CMYK62%, 0%, 26%, 54%
HSV155.3°, 62.4%, 45.9%
LAB44.2, -30.4, 9.9
XYZ9.1, 13.9, 11.2
Decimal2913623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7557;
}
.text-color {
color: #2C7557;
}
.border-color {
border: 2px solid #2C7557;
}