Forest Green (Green)
#225D1D
RGB: 34, 93, 29
Color OverviewHEX #225D1D

#225D1D Color Code Information

In the RGB color space, #225D1D is composed of 13% red, 36% green, and 11% blue. In the HSL color space, it has a hue of 115°, saturation of 52%, and lightness of 24%.

HEX
#225D1D
RGB
34, 93, 29
HSL
115°, 52%, 24%
HSV
115°, 69%, 36%
CMYK
63%, 0%, 69%, 64%
Name Match
Forest Green
Closest Standard

Shades of #225D1D (Darker Variations)

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

Tints of #225D1D (Lighter Variations)

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

Tones of #225D1D (Muted Variations)

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

Color Harmonies for #225D1D

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 #225D1D Background
Contrast Ratio against Pure White (#FFFFFF):7.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #225D1D Background
Contrast Ratio against Pure Black (#000000):2.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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