HSL(103, 34%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(103,34%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(103, 34%, 15%) color: hsl(103, 34%, 15%)
HEX #213319 color: #213319
RGB rgb(33, 51, 25) color: rgb(33, 51, 25)
CMYK cmyk(35%, 0%, 51%, 80%)
HSV hsv(102, 51%, 20%)
HWB hwb(102 10% 80%) color: hwb(102 10% 80%)
OKLCH oklch(0.2976 0.0505 136.62) color: oklch(0.2976 0.0505 136.62)
Lab lab(19.06 -13.4 14.18) color: lab(19.06 -13.4 14.18)
LCH lch(19.06 19.51 133.38) color: lch(19.06 19.51 133.38)

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 13.53:1
vs Black 1.55: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)

#29291F — rgb(41, 41, 31)

Deuteranopia (Green-blind)

#282621 — rgb(40, 38, 33)

Tritanopia (Blue-blind)

#222425 — rgb(34, 36, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(103, 34%, 15%);

text

color: hsl(103, 34%, 15%);

border

border: 2px solid hsl(103, 34%, 15%);

gradient light

background: linear-gradient(to right, hsl(103, 34%, 35%), hsl(103, 34%, 15%));

gradient dark

background: linear-gradient(to right, hsl(103, 34%, 15%), hsl(103, 34%, 0%))

hex

background-color: #213319;

tailwind

bg-[hsl(103,34%,15%)]

box shadow

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

css variable

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

HEX: #213319 | RGB: rgb(33, 51, 25) | CMYK: 35%, 0%, 51%, 80% | HSV: 102°, 51%, 20%. Copy any format from the conversion table above.

What colors go well with #213319?

The complementary color is HSL(283, 34%, 15%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(103, 34%, 15%) in CSS?

As HSL: color: hsl(103, 34%, 15%); — As HEX: color: #213319; — As RGB: color: rgb(33, 51, 25); — Tailwind CSS: bg-[hsl(103,34%,15%)] — CSS variable: --color-primary: hsl(103, 34%, 15%);