#338A07
A dark, vivid green closely aligning with Green.
About #338A07
At its core, #338A07 is a dark and vivid hue. Its closest recognized web color is Green. This translates to an RGB value of rgb(51, 138, 7).
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 0% Magenta, 95% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#338A07
RGB51, 138, 7
HSL99.8°, 90.3%, 28.4%
CMYK63%, 0%, 95%, 46%
HSV99.8°, 94.9%, 54.1%
LAB50.6, -47.1, 52.4
XYZ10.5, 18.9, 3.3
Decimal3377671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #338A07;
}
.text-color {
color: #338A07;
}
.border-color {
border: 2px solid #338A07;
}