HSL(98, 59%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(98,59%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(98, 59%, 15%) color: hsl(98, 59%, 15%)
HEX #203D10 color: #203D10
RGB rgb(32, 61, 16) color: rgb(32, 61, 16)
CMYK cmyk(48%, 0%, 74%, 76%)
HSV hsv(99, 74%, 24%)
HWB hwb(99 6% 76%) color: hwb(99 6% 76%)
OKLCH oklch(0.3258 0.0787 136.25) color: oklch(0.3258 0.0787 136.25)
Lab lab(22.59 -20.51 23.61) color: lab(22.59 -20.51 23.61)
LCH lch(22.59 31.27 130.98) color: lch(22.59 31.27 130.98)

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 12.09:1
vs Black 1.74: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)

#2D2D1B — rgb(45, 45, 27)

Deuteranopia (Green-blind)

#2B291E — rgb(43, 41, 30)

Tritanopia (Blue-blind)

#212325 — rgb(33, 35, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(98, 59%, 15%);

text

color: hsl(98, 59%, 15%);

border

border: 2px solid hsl(98, 59%, 15%);

gradient light

background: linear-gradient(to right, hsl(98, 59%, 35%), hsl(98, 59%, 15%));

gradient dark

background: linear-gradient(to right, hsl(98, 59%, 15%), hsl(98, 59%, 0%))

hex

background-color: #203D10;

tailwind

bg-[hsl(98,59%,15%)]

box shadow

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

css variable

--color-primary: hsl(98, 59%, 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(98, 59%, 15%)?

HEX: #203D10 | RGB: rgb(32, 61, 16) | CMYK: 48%, 0%, 74%, 76% | HSV: 99°, 74%, 24%. Copy any format from the conversion table above.

What colors go well with #203D10?

The complementary color is HSL(278, 59%, 15%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(98, 59%, 15%) in CSS?

As HSL: color: hsl(98, 59%, 15%); — As HEX: color: #203D10; — As RGB: color: rgb(32, 61, 16); — Tailwind CSS: bg-[hsl(98,59%,15%)] — CSS variable: --color-primary: hsl(98, 59%, 15%);