#2CA050
A medium, moderate green closely aligning with Mediumseagreen.
About #2CA050
When working with digital screens, the color #2CA050 is rendered by mixing light. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(44, 160, 80).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 72% cyan, 0% magenta, 50% yellow, and 37% black. With a hue angle of 138.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CA050
RGB44, 160, 80
HSL138.6°, 56.9%, 40.0%
CMYK72%, 0%, 50%, 37%
HSV138.6°, 72.5%, 62.7%
LAB58.3, -49.6, 32.5
XYZ15.1, 26.3, 11.9
Decimal2924624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA050;
}
.text-color {
color: #2CA050;
}
.border-color {
border: 2px solid #2CA050;
}