HSL(136, 40%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,40%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 40%, 23%) color: hsl(136, 40%, 23%)
HEX #235230 color: #235230
RGB rgb(35, 82, 48) color: rgb(35, 82, 48)
CMYK cmyk(57%, 0%, 41%, 68%)
HSV hsv(137, 57%, 32%)
HWB hwb(137 14% 68%) color: hwb(137 14% 68%)
OKLCH oklch(0.3957 0.0771 150.52) color: oklch(0.3957 0.0771 150.52)
Lab lab(30.89 -24.73 15.22) color: lab(30.89 -24.73 15.22)
LCH lch(30.89 29.04 148.39) color: lch(30.89 29.04 148.39)

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.05:1
vs Black 2.32: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)

#373838 — rgb(55, 56, 56)

Deuteranopia (Green-blind)

#35313A — rgb(53, 49, 58)

Tritanopia (Blue-blind)

#253F40 — rgb(37, 63, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 40%, 23%);

text

color: hsl(136, 40%, 23%);

border

border: 2px solid hsl(136, 40%, 23%);

gradient light

background: linear-gradient(to right, hsl(136, 40%, 43%), hsl(136, 40%, 23%));

gradient dark

background: linear-gradient(to right, hsl(136, 40%, 23%), hsl(136, 40%, 3%))

hex

background-color: #235230;

tailwind

bg-[hsl(136,40%,23%)]

box shadow

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

css variable

--color-primary: hsl(136, 40%, 23%);

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(136, 40%, 23%)?

HEX: #235230 | RGB: rgb(35, 82, 48) | CMYK: 57%, 0%, 41%, 68% | HSV: 137°, 57%, 32%. Copy any format from the conversion table above.

What colors go well with #235230?

The complementary color is HSL(316, 40%, 23%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 40%, 23%) in CSS?

As HSL: color: hsl(136, 40%, 23%); — As HEX: color: #235230; — As RGB: color: rgb(35, 82, 48); — Tailwind CSS: bg-[hsl(136,40%,23%)] — CSS variable: --color-primary: hsl(136, 40%, 23%);