Forest Green (Green)
#117811
RGB: 17, 120, 17
Color OverviewHEX #117811

#117811 Color Code Information

In the RGB color space, #117811 is composed of 7% red, 47% green, and 7% blue. In the HSL color space, it has a hue of 120°, saturation of 75%, and lightness of 27%.

HEX
#117811
RGB
17, 120, 17
HSL
120°, 75%, 27%
HSV
120°, 86%, 47%
CMYK
86%, 0%, 86%, 53%
Name Match
Forest Green
Closest Standard

Shades of #117811 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #117811 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #117811 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #117811

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #117811 Background
Contrast Ratio against Pure White (#FFFFFF):5.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #117811 Background
Contrast Ratio against Pure Black (#000000):3.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #117811;
}

.element {
  color: #117811;
  background-color: #117811;
  border-color: #117811;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#117811] text-[#117811] border-[#117811]">
  Content styled with #117811
</div>