Forest Green (Green)
#05941F
RGB: 5, 148, 31
Color OverviewHEX #05941F

#05941F Color Code Information

In the RGB color space, #05941F is composed of 2% red, 58% green, and 12% blue. In the HSL color space, it has a hue of 131°, saturation of 93%, and lightness of 30%.

HEX
#05941F
RGB
5, 148, 31
HSL
131°, 93%, 30%
HSV
131°, 97%, 58%
CMYK
97%, 0%, 79%, 42%
Name Match
Forest Green
Closest Standard

Shades of #05941F (Darker Variations)

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

Tints of #05941F (Lighter Variations)

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

Tones of #05941F (Muted Variations)

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

Color Harmonies for #05941F

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 #05941F Background
Contrast Ratio against Pure White (#FFFFFF):3.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #05941F Background
Contrast Ratio against Pure Black (#000000):5.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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