Sea Green (Green)
#047351
RGB: 4, 115, 81
Color OverviewHEX #047351
#047351 Color Code Information
In the RGB color space, #047351 is composed of 2% red, 45% green, and 32% blue. In the HSL color space, it has a hue of 162°, saturation of 93%, and lightness of 23%.
HEX
#047351
RGB
4, 115, 81
HSL
162°, 93%, 23%
HSV
162°, 97%, 45%
CMYK
97%, 0%, 30%, 55%
Name Match
Sea Green
Closest StandardShades of #047351 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #047351 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #047351 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #047351
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #047351 Background
Contrast Ratio against Pure White (#FFFFFF):5.87 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #047351 Background
Contrast Ratio against Pure Black (#000000):3.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #047351;
}
.element {
color: #047351;
background-color: #047351;
border-color: #047351;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#047351] text-[#047351] border-[#047351]"> Content styled with #047351 </div>