HSL(114, 32%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(114,32%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(114, 32%, 15%) color: hsl(114, 32%, 15%)
HEX #1C321A color: #1C321A
RGB rgb(28, 50, 26) color: rgb(28, 50, 26)
CMYK cmyk(44%, 0%, 48%, 80%)
HSV hsv(115, 48%, 20%)
HWB hwb(115 10% 80%) color: hwb(115 10% 80%)
OKLCH oklch(0.2912 0.0508 142.3) color: oklch(0.2912 0.0508 142.3)
Lab lab(18.38 -14.75 12.59) color: lab(18.38 -14.75 12.59)
LCH lch(18.38 19.39 139.52) color: lch(18.38 19.39 139.52)

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.81:1
vs Black 1.52: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)

#262620 — rgb(38, 38, 32)

Deuteranopia (Green-blind)

#242321 — rgb(36, 35, 33)

Tritanopia (Blue-blind)

#1D2425 — rgb(29, 36, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(114, 32%, 15%);

text

color: hsl(114, 32%, 15%);

border

border: 2px solid hsl(114, 32%, 15%);

gradient light

background: linear-gradient(to right, hsl(114, 32%, 35%), hsl(114, 32%, 15%));

gradient dark

background: linear-gradient(to right, hsl(114, 32%, 15%), hsl(114, 32%, 0%))

hex

background-color: #1C321A;

tailwind

bg-[hsl(114,32%,15%)]

box shadow

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

css variable

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

HEX: #1C321A | RGB: rgb(28, 50, 26) | CMYK: 44%, 0%, 48%, 80% | HSV: 115°, 48%, 20%. Copy any format from the conversion table above.

What colors go well with #1C321A?

The complementary color is HSL(294, 32%, 15%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(114, 32%, 15%) in CSS?

As HSL: color: hsl(114, 32%, 15%); — As HEX: color: #1C321A; — As RGB: color: rgb(28, 50, 26); — Tailwind CSS: bg-[hsl(114,32%,15%)] — CSS variable: --color-primary: hsl(114, 32%, 15%);