HSL(109, 63%, 31%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,63%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 63%, 31%) color: hsl(109, 63%, 31%)
HEX #30811D color: #30811D
RGB rgb(48, 129, 29) color: rgb(48, 129, 29)
CMYK cmyk(63%, 0%, 78%, 49%)
HSV hsv(109, 78%, 51%)
HWB hwb(109 11% 49%) color: hwb(109 11% 49%)
OKLCH oklch(0.5332 0.1547 140.35) color: oklch(0.5332 0.1547 140.35)
Lab lab(47.52 -43.46 43.92) color: lab(47.52 -43.46 43.92)
LCH lch(47.52 61.79 134.7) color: lch(47.52 61.79 134.7)

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 4.9:1
vs Black 4.28:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#535435 — rgb(83, 84, 53)

Deuteranopia (Green-blind)

#4E483B — rgb(78, 72, 59)

Tritanopia (Blue-blind)

#34484D — rgb(52, 72, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 63%, 31%);

text

color: hsl(109, 63%, 31%);

border

border: 2px solid hsl(109, 63%, 31%);

gradient light

background: linear-gradient(to right, hsl(109, 63%, 51%), hsl(109, 63%, 31%));

gradient dark

background: linear-gradient(to right, hsl(109, 63%, 31%), hsl(109, 63%, 11%))

hex

background-color: #30811D;

tailwind

bg-[hsl(109,63%,31%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(109, 63%, 31%, 0.4);

css variable

--color-primary: hsl(109, 63%, 31%);

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(109, 63%, 31%)?

HEX: #30811D | RGB: rgb(48, 129, 29) | CMYK: 63%, 0%, 78%, 49% | HSV: 109°, 78%, 51%. Copy any format from the conversion table above.

What colors go well with #30811D?

The complementary color is HSL(289, 63%, 31%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 63%, 31%) in CSS?

As HSL: color: hsl(109, 63%, 31%); — As HEX: color: #30811D; — As RGB: color: rgb(48, 129, 29); — Tailwind CSS: bg-[hsl(109,63%,31%)] — CSS variable: --color-primary: hsl(109, 63%, 31%);