HSL(113, 23%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,23%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 23%, 26%) color: hsl(113, 23%, 26%)
HEX #375233 color: #375233
RGB rgb(55, 82, 51) color: rgb(55, 82, 51)
CMYK cmyk(33%, 0%, 38%, 68%)
HSV hsv(112, 38%, 32%)
HWB hwb(112 20% 68%) color: hwb(112 20% 68%)
OKLCH oklch(0.4078 0.0601 141.31) color: oklch(0.4078 0.0601 141.31)
Lab lab(32 -17.21 15.05) color: lab(32 -17.21 15.05)
LCH lch(32 22.86 138.83) color: lch(32 22.86 138.83)

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 8.69:1
vs Black 2.42: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)

#43433B — rgb(67, 67, 59)

Deuteranopia (Green-blind)

#413F3C — rgb(65, 63, 60)

Tritanopia (Blue-blind)

#384042 — rgb(56, 64, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 23%, 26%);

text

color: hsl(113, 23%, 26%);

border

border: 2px solid hsl(113, 23%, 26%);

gradient light

background: linear-gradient(to right, hsl(113, 23%, 46%), hsl(113, 23%, 26%));

gradient dark

background: linear-gradient(to right, hsl(113, 23%, 26%), hsl(113, 23%, 6%))

hex

background-color: #375233;

tailwind

bg-[hsl(113,23%,26%)]

box shadow

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

css variable

--color-primary: hsl(113, 23%, 26%);

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, 23%, 26%)?

HEX: #375233 | RGB: rgb(55, 82, 51) | CMYK: 33%, 0%, 38%, 68% | HSV: 112°, 38%, 32%. Copy any format from the conversion table above.

What colors go well with #375233?

The complementary color is HSL(293, 23%, 26%). 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, 23%, 26%) in CSS?

As HSL: color: hsl(113, 23%, 26%); — As HEX: color: #375233; — As RGB: color: rgb(55, 82, 51); — Tailwind CSS: bg-[hsl(113,23%,26%)] — CSS variable: --color-primary: hsl(113, 23%, 26%);