#2C7C42
A dark, moderate green closely aligning with Seagreen.
About #2C7C42
The hex code #2C7C42 represents a beautifully specific shade of green. Its closest recognized web color is Seagreen. Its digital footprint relies on 44 parts red, 124 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 0% magenta, 47% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2C7C42
RGB44, 124, 66
HSL136.5°, 47.6%, 32.9%
CMYK65%, 0%, 47%, 51%
HSV136.5°, 64.5%, 48.6%
LAB46.1, -37.9, 24.6
XYZ9.2, 15.3, 7.6
Decimal2915394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C42;
}
.text-color {
color: #2C7C42;
}
.border-color {
border: 2px solid #2C7C42;
}