HSL(111, 24%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(111,24%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 24%, 30%) color: hsl(111, 24%, 30%)
HEX #405F3A color: #405F3A
RGB rgb(64, 95, 58) color: rgb(64, 95, 58)
CMYK cmyk(33%, 0%, 39%, 63%)
HSV hsv(110, 39%, 37%)
HWB hwb(110 23% 63%) color: hwb(110 23% 63%)
OKLCH oklch(0.4507 0.069 140.46) color: oklch(0.4507 0.069 140.46)
Lab lab(37.08 -19.5 17.65) color: lab(37.08 -19.5 17.65)
LCH lch(37.08 26.3 137.85) color: lch(37.08 26.3 137.85)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 7.2:1
vs Black 2.92:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4D4E43 — rgb(77, 78, 67)

Deuteranopia (Green-blind)

#4C4945 — rgb(76, 73, 69)

Tritanopia (Blue-blind)

#424A4C — rgb(66, 74, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 24%, 30%);

text

color: hsl(111, 24%, 30%);

border

border: 2px solid hsl(111, 24%, 30%);

gradient light

background: linear-gradient(to right, hsl(111, 24%, 50%), hsl(111, 24%, 30%));

gradient dark

background: linear-gradient(to right, hsl(111, 24%, 30%), hsl(111, 24%, 10%))

hex

background-color: #405F3A;

tailwind

bg-[hsl(111,24%,30%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(111, 24%, 30%, 0.4);

css variable

--color-primary: hsl(111, 24%, 30%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(111, 24%, 30%)?

HEX: #405F3A | RGB: rgb(64, 95, 58) | CMYK: 33%, 0%, 39%, 63% | HSV: 110°, 39%, 37%. Copy any format from the conversion table above.

What colors go well with #405F3A?

The complementary color is HSL(291, 24%, 30%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 24%, 30%) in CSS?

As HSL: color: hsl(111, 24%, 30%); — As HEX: color: #405F3A; — As RGB: color: rgb(64, 95, 58); — Tailwind CSS: bg-[hsl(111,24%,30%)] — CSS variable: --color-primary: hsl(111, 24%, 30%);