HSL(113, 93%, 20%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,93%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 93%, 20%) color: hsl(113, 93%, 20%)
HEX #0F6204 color: #0F6204
RGB rgb(15, 98, 4) color: rgb(15, 98, 4)
CMYK cmyk(85%, 0%, 96%, 62%)
HSV hsv(113, 96%, 38%)
HWB hwb(113 2% 62%) color: hwb(113 2% 62%)
OKLCH oklch(0.4323 0.1415 141.69) color: oklch(0.4323 0.1415 141.69)
Lab lab(35.68 -40.75 40.32) color: lab(35.68 -40.75 40.32)
LCH lch(35.68 57.33 135.3) color: lch(35.68 57.33 135.3)

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 7.58:1
vs Black 2.77: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)

#33341B — rgb(51, 52, 27)

Deuteranopia (Green-blind)

#2E2820 — rgb(46, 40, 32)

Tritanopia (Blue-blind)

#132D31 — rgb(19, 45, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 93%, 20%);

text

color: hsl(113, 93%, 20%);

border

border: 2px solid hsl(113, 93%, 20%);

gradient light

background: linear-gradient(to right, hsl(113, 93%, 40%), hsl(113, 93%, 20%));

gradient dark

background: linear-gradient(to right, hsl(113, 93%, 20%), hsl(113, 93%, 0%))

hex

background-color: #0F6204;

tailwind

bg-[hsl(113,93%,20%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(113, 93%, 20%, 0.4);

css variable

--color-primary: hsl(113, 93%, 20%);

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(113, 93%, 20%)?

HEX: #0F6204 | RGB: rgb(15, 98, 4) | CMYK: 85%, 0%, 96%, 62% | HSV: 113°, 96%, 38%. Copy any format from the conversion table above.

What colors go well with #0F6204?

The complementary color is HSL(293, 93%, 20%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 93%, 20%) in CSS?

As HSL: color: hsl(113, 93%, 20%); — As HEX: color: #0F6204; — As RGB: color: rgb(15, 98, 4); — Tailwind CSS: bg-[hsl(113,93%,20%)] — CSS variable: --color-primary: hsl(113, 93%, 20%);