HSL(71, 78%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(71,78%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(71, 78%, 30%) color: hsl(71, 78%, 30%)
HEX #728811 color: #728811
RGB rgb(114, 136, 17) color: rgb(114, 136, 17)
CMYK cmyk(16%, 0%, 88%, 47%)
HSV hsv(71, 88%, 53%)
HWB hwb(71 6% 47%) color: hwb(71 6% 47%)
OKLCH oklch(0.5887 0.1355 120.66) color: oklch(0.5887 0.1355 120.66)
Lab lab(53.2 -23.08 53.99) color: lab(53.2 -23.08 53.99)
LCH lch(53.2 58.72 113.15) color: lch(53.2 58.72 113.15)

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

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7C7C2E — rgb(124, 124, 46)

Deuteranopia (Green-blind)

#7A7935 — rgb(122, 121, 53)

Tritanopia (Blue-blind)

#73454A — rgb(115, 69, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(71, 78%, 30%);

text

color: hsl(71, 78%, 30%);

border

border: 2px solid hsl(71, 78%, 30%);

gradient light

background: linear-gradient(to right, hsl(71, 78%, 50%), hsl(71, 78%, 30%));

gradient dark

background: linear-gradient(to right, hsl(71, 78%, 30%), hsl(71, 78%, 10%))

hex

background-color: #728811;

tailwind

bg-[hsl(71,78%,30%)]

box shadow

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

css variable

--color-primary: hsl(71, 78%, 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(71, 78%, 30%)?

HEX: #728811 | RGB: rgb(114, 136, 17) | CMYK: 16%, 0%, 88%, 47% | HSV: 71°, 88%, 53%. Copy any format from the conversion table above.

What colors go well with #728811?

The complementary color is HSL(251, 78%, 30%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(71, 78%, 30%) in CSS?

As HSL: color: hsl(71, 78%, 30%); — As HEX: color: #728811; — As RGB: color: rgb(114, 136, 17); — Tailwind CSS: bg-[hsl(71,78%,30%)] — CSS variable: --color-primary: hsl(71, 78%, 30%);