HSL(91, 61%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,61%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 61%, 29%) color: hsl(91, 61%, 29%)
HEX #48771D color: #48771D
RGB rgb(72, 119, 29) color: rgb(72, 119, 29)
CMYK cmyk(39%, 0%, 76%, 53%)
HSV hsv(91, 76%, 47%)
HWB hwb(91 11% 53%) color: hwb(91 11% 53%)
OKLCH oklch(0.5166 0.1296 133.37) color: oklch(0.5166 0.1296 133.37)
Lab lab(45.16 -31.67 41.91) color: lab(45.16 -31.67 41.91)
LCH lch(45.16 52.53 127.08) color: lch(45.16 52.53 127.08)

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 5.34:1
vs Black 3.93: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)

#5C5D33 — rgb(92, 93, 51)

Deuteranopia (Green-blind)

#5A5638 — rgb(90, 86, 56)

Tritanopia (Blue-blind)

#4A4448 — rgb(74, 68, 72)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 61%, 29%);

text

color: hsl(91, 61%, 29%);

border

border: 2px solid hsl(91, 61%, 29%);

gradient light

background: linear-gradient(to right, hsl(91, 61%, 49%), hsl(91, 61%, 29%));

gradient dark

background: linear-gradient(to right, hsl(91, 61%, 29%), hsl(91, 61%, 9%))

hex

background-color: #48771D;

tailwind

bg-[hsl(91,61%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(91, 61%, 29%, 0.4);

css variable

--color-primary: hsl(91, 61%, 29%);

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(91, 61%, 29%)?

HEX: #48771D | RGB: rgb(72, 119, 29) | CMYK: 39%, 0%, 76%, 53% | HSV: 91°, 76%, 47%. Copy any format from the conversion table above.

What colors go well with #48771D?

The complementary color is HSL(271, 61%, 29%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 61%, 29%) in CSS?

As HSL: color: hsl(91, 61%, 29%); — As HEX: color: #48771D; — As RGB: color: rgb(72, 119, 29); — Tailwind CSS: bg-[hsl(91,61%,29%)] — CSS variable: --color-primary: hsl(91, 61%, 29%);