HSL(92, 91%, 17%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,91%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 91%, 17%) color: hsl(92, 91%, 17%)
HEX #295304 color: #295304
RGB rgb(41, 83, 4) color: rgb(41, 83, 4)
CMYK cmyk(51%, 0%, 95%, 67%)
HSV hsv(92, 95%, 33%)
HWB hwb(92 2% 67%) color: hwb(92 2% 67%)
OKLCH oklch(0.3961 0.1127 135.02) color: oklch(0.3961 0.1127 135.02)
Lab lab(31.04 -28.39 36.72) color: lab(31.04 -28.39 36.72)
LCH lch(31.04 46.41 127.71) color: lch(31.04 46.41 127.71)

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

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3B3C17 — rgb(59, 60, 23)

Deuteranopia (Green-blind)

#39361C — rgb(57, 54, 28)

Tritanopia (Blue-blind)

#2B262A — rgb(43, 38, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 91%, 17%);

text

color: hsl(92, 91%, 17%);

border

border: 2px solid hsl(92, 91%, 17%);

gradient light

background: linear-gradient(to right, hsl(92, 91%, 37%), hsl(92, 91%, 17%));

gradient dark

background: linear-gradient(to right, hsl(92, 91%, 17%), hsl(92, 91%, 0%))

hex

background-color: #295304;

tailwind

bg-[hsl(92,91%,17%)]

box shadow

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

css variable

--color-primary: hsl(92, 91%, 17%);

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(92, 91%, 17%)?

HEX: #295304 | RGB: rgb(41, 83, 4) | CMYK: 51%, 0%, 95%, 67% | HSV: 92°, 95%, 33%. Copy any format from the conversion table above.

What colors go well with #295304?

The complementary color is HSL(272, 91%, 17%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 91%, 17%) in CSS?

As HSL: color: hsl(92, 91%, 17%); — As HEX: color: #295304; — As RGB: color: rgb(41, 83, 4); — Tailwind CSS: bg-[hsl(92,91%,17%)] — CSS variable: --color-primary: hsl(92, 91%, 17%);