HSL(111, 32%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(111,32%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 32%, 22%) color: hsl(111, 32%, 22%)
HEX #2C4A26 color: #2C4A26
RGB rgb(44, 74, 38) color: rgb(44, 74, 38)
CMYK cmyk(41%, 0%, 49%, 71%)
HSV hsv(110, 49%, 29%)
HWB hwb(110 15% 71%) color: hwb(110 15% 71%)
OKLCH oklch(0.3753 0.0691 140.34) color: oklch(0.3753 0.0691 140.34)
Lab lab(28.31 -19.46 18.02) color: lab(28.31 -19.46 18.02)
LCH lch(28.31 26.52 137.2) color: lch(28.31 26.52 137.2)

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 9.93:1
vs Black 2.11: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)

#39392F — rgb(57, 57, 47)

Deuteranopia (Green-blind)

#373531 — rgb(55, 53, 49)

Tritanopia (Blue-blind)

#2E3637 — rgb(46, 54, 55)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 32%, 22%);

text

color: hsl(111, 32%, 22%);

border

border: 2px solid hsl(111, 32%, 22%);

gradient light

background: linear-gradient(to right, hsl(111, 32%, 42%), hsl(111, 32%, 22%));

gradient dark

background: linear-gradient(to right, hsl(111, 32%, 22%), hsl(111, 32%, 2%))

hex

background-color: #2C4A26;

tailwind

bg-[hsl(111,32%,22%)]

box shadow

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

css variable

--color-primary: hsl(111, 32%, 22%);

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(111, 32%, 22%)?

HEX: #2C4A26 | RGB: rgb(44, 74, 38) | CMYK: 41%, 0%, 49%, 71% | HSV: 110°, 49%, 29%. Copy any format from the conversion table above.

What colors go well with #2C4A26?

The complementary color is HSL(291, 32%, 22%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 32%, 22%) in CSS?

As HSL: color: hsl(111, 32%, 22%); — As HEX: color: #2C4A26; — As RGB: color: rgb(44, 74, 38); — Tailwind CSS: bg-[hsl(111,32%,22%)] — CSS variable: --color-primary: hsl(111, 32%, 22%);