#339250
A dark, moderate green closely aligning with Seagreen.
About #339250
When working with digital screens, the color #339250 is rendered by mixing light. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 146, and 80.
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, 45% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#339250
RGB51, 146, 80
HSL138.3°, 48.2%, 38.6%
CMYK65%, 0%, 45%, 43%
HSV138.3°, 65.1%, 57.3%
LAB53.9, -42.9, 27.0
XYZ13.1, 21.8, 11.1
Decimal3379792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #339250;
}
.text-color {
color: #339250;
}
.border-color {
border: 2px solid #339250;
}