Sea Green (Green)
#24765B
RGB: 36, 118, 91
Color OverviewHEX #24765B

#24765B Color Code Information

In the RGB color space, #24765B is composed of 14% red, 46% green, and 36% blue. In the HSL color space, it has a hue of 160°, saturation of 53%, and lightness of 30%.

HEX
#24765B
RGB
36, 118, 91
HSL
160°, 53%, 30%
HSV
160°, 69%, 46%
CMYK
69%, 0%, 23%, 54%
Name Match
Sea Green
Closest Standard

Shades of #24765B (Darker Variations)

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

Tints of #24765B (Lighter Variations)

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

Tones of #24765B (Muted Variations)

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

Color Harmonies for #24765B

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 #24765B Background
Contrast Ratio against Pure White (#FFFFFF):5.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #24765B Background
Contrast Ratio against Pure Black (#000000):3.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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