HSL(92, 86%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,86%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 86%, 15%) color: hsl(92, 86%, 15%)
HEX #244705 color: #244705
RGB rgb(36, 71, 5) color: rgb(36, 71, 5)
CMYK cmyk(49%, 0%, 93%, 72%)
HSV hsv(92, 93%, 28%)
HWB hwb(92 2% 72%) color: hwb(92 2% 72%)
OKLCH oklch(0.3575 0.099 134.55) color: oklch(0.3575 0.099 134.55)
Lab lab(26.43 -24.71 32.27) color: lab(26.43 -24.71 32.27)
LCH lch(26.43 40.64 127.44) color: lch(26.43 40.64 127.44)

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 10.61:1
vs Black 1.98: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)

#333315 — rgb(51, 51, 21)

Deuteranopia (Green-blind)

#312F19 — rgb(49, 47, 25)

Tritanopia (Blue-blind)

#262224 — rgb(38, 34, 36)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 86%, 15%);

text

color: hsl(92, 86%, 15%);

border

border: 2px solid hsl(92, 86%, 15%);

gradient light

background: linear-gradient(to right, hsl(92, 86%, 35%), hsl(92, 86%, 15%));

gradient dark

background: linear-gradient(to right, hsl(92, 86%, 15%), hsl(92, 86%, 0%))

hex

background-color: #244705;

tailwind

bg-[hsl(92,86%,15%)]

box shadow

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

css variable

--color-primary: hsl(92, 86%, 15%);

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, 86%, 15%)?

HEX: #244705 | RGB: rgb(36, 71, 5) | CMYK: 49%, 0%, 93%, 72% | HSV: 92°, 93%, 28%. Copy any format from the conversion table above.

What colors go well with #244705?

The complementary color is HSL(272, 86%, 15%). 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, 86%, 15%) in CSS?

As HSL: color: hsl(92, 86%, 15%); — As HEX: color: #244705; — As RGB: color: rgb(36, 71, 5); — Tailwind CSS: bg-[hsl(92,86%,15%)] — CSS variable: --color-primary: hsl(92, 86%, 15%);