HSL(91, 74%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,74%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 74%, 27%) color: hsl(91, 74%, 27%)
HEX #437812 color: #437812
RGB rgb(67, 120, 18) color: rgb(67, 120, 18)
CMYK cmyk(44%, 0%, 85%, 53%)
HSV hsv(91, 85%, 47%)
HWB hwb(91 7% 53%) color: hwb(91 7% 53%)
OKLCH oklch(0.5159 0.1397 134.16) color: oklch(0.5159 0.1397 134.16)
Lab lab(45.18 -34.62 45.6) color: lab(45.18 -34.62 45.6)
LCH lch(45.18 57.25 127.21) color: lch(45.18 57.25 127.21)

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)

#5A5A2B — rgb(90, 90, 43)

Deuteranopia (Green-blind)

#575331 — rgb(87, 83, 49)

Tritanopia (Blue-blind)

#463E42 — rgb(70, 62, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 74%, 27%);

text

color: hsl(91, 74%, 27%);

border

border: 2px solid hsl(91, 74%, 27%);

gradient light

background: linear-gradient(to right, hsl(91, 74%, 47%), hsl(91, 74%, 27%));

gradient dark

background: linear-gradient(to right, hsl(91, 74%, 27%), hsl(91, 74%, 7%))

hex

background-color: #437812;

tailwind

bg-[hsl(91,74%,27%)]

box shadow

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

css variable

--color-primary: hsl(91, 74%, 27%);

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, 74%, 27%)?

HEX: #437812 | RGB: rgb(67, 120, 18) | CMYK: 44%, 0%, 85%, 53% | HSV: 91°, 85%, 47%. Copy any format from the conversion table above.

What colors go well with #437812?

The complementary color is HSL(271, 74%, 27%). 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, 74%, 27%) in CSS?

As HSL: color: hsl(91, 74%, 27%); — As HEX: color: #437812; — As RGB: color: rgb(67, 120, 18); — Tailwind CSS: bg-[hsl(91,74%,27%)] — CSS variable: --color-primary: hsl(91, 74%, 27%);