#338350
A dark, moderate green closely aligning with Seagreen.
About #338350
The hex code #338350 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 131, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 61% C, 0% M, 39% Y, and 49% K. The HSL representation is 141.8° hue, 44.0% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#338350
RGB51, 131, 80
HSL141.8°, 44.0%, 35.7%
CMYK61%, 0%, 39%, 49%
HSV141.8°, 61.1%, 51.4%
LAB48.9, -36.6, 20.5
XYZ10.9, 17.5, 10.4
Decimal3375952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #338350;
}
.text-color {
color: #338350;
}
.border-color {
border: 2px solid #338350;
}