HSL(80, 63%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,63%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 63%, 28%) color: hsl(80, 63%, 28%)
HEX #56741A color: #56741A
RGB rgb(86, 116, 26) color: rgb(86, 116, 26)
CMYK cmyk(26%, 0%, 78%, 55%)
HSV hsv(80, 78%, 45%)
HWB hwb(80 10% 55%) color: hwb(80 10% 55%)
OKLCH oklch(0.5175 0.1197 126.65) color: oklch(0.5175 0.1197 126.65)
Lab lab(45 -24.8 43.18) color: lab(45 -24.8 43.18)
LCH lch(45 49.8 119.87) color: lch(45 49.8 119.87)

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.37:1
vs Black 3.91: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)

#636330 — rgb(99, 99, 48)

Deuteranopia (Green-blind)

#615F35 — rgb(97, 95, 53)

Tritanopia (Blue-blind)

#584145 — rgb(88, 65, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 63%, 28%);

text

color: hsl(80, 63%, 28%);

border

border: 2px solid hsl(80, 63%, 28%);

gradient light

background: linear-gradient(to right, hsl(80, 63%, 48%), hsl(80, 63%, 28%));

gradient dark

background: linear-gradient(to right, hsl(80, 63%, 28%), hsl(80, 63%, 8%))

hex

background-color: #56741A;

tailwind

bg-[hsl(80,63%,28%)]

box shadow

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

css variable

--color-primary: hsl(80, 63%, 28%);

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(80, 63%, 28%)?

HEX: #56741A | RGB: rgb(86, 116, 26) | CMYK: 26%, 0%, 78%, 55% | HSV: 80°, 78%, 45%. Copy any format from the conversion table above.

What colors go well with #56741A?

The complementary color is HSL(260, 63%, 28%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 63%, 28%) in CSS?

As HSL: color: hsl(80, 63%, 28%); — As HEX: color: #56741A; — As RGB: color: rgb(86, 116, 26); — Tailwind CSS: bg-[hsl(80,63%,28%)] — CSS variable: --color-primary: hsl(80, 63%, 28%);