HSL(133, 27%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(133,27%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 27%, 23%) color: hsl(133, 27%, 23%)
HEX #2B4A32 color: #2B4A32
RGB rgb(43, 74, 50) color: rgb(43, 74, 50)
CMYK cmyk(42%, 0%, 32%, 71%)
HSV hsv(134, 42%, 29%)
HWB hwb(134 17% 71%) color: hwb(134 17% 71%)
OKLCH oklch(0.3773 0.0552 150.27) color: oklch(0.3773 0.0552 150.27)
Lab lab(28.49 -17.55 10.81) color: lab(28.49 -17.55 10.81)
LCH lch(28.49 20.61 148.37) color: lch(28.49 20.61 148.37)

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.87:1
vs Black 2.13: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)

#383938 — rgb(56, 57, 56)

Deuteranopia (Green-blind)

#373439 — rgb(55, 52, 57)

Tritanopia (Blue-blind)

#2D3C3D — rgb(45, 60, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 27%, 23%);

text

color: hsl(133, 27%, 23%);

border

border: 2px solid hsl(133, 27%, 23%);

gradient light

background: linear-gradient(to right, hsl(133, 27%, 43%), hsl(133, 27%, 23%));

gradient dark

background: linear-gradient(to right, hsl(133, 27%, 23%), hsl(133, 27%, 3%))

hex

background-color: #2B4A32;

tailwind

bg-[hsl(133,27%,23%)]

box shadow

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

css variable

--color-primary: hsl(133, 27%, 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(133, 27%, 23%)?

HEX: #2B4A32 | RGB: rgb(43, 74, 50) | CMYK: 42%, 0%, 32%, 71% | HSV: 134°, 42%, 29%. Copy any format from the conversion table above.

What colors go well with #2B4A32?

The complementary color is HSL(313, 27%, 23%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 27%, 23%) in CSS?

As HSL: color: hsl(133, 27%, 23%); — As HEX: color: #2B4A32; — As RGB: color: rgb(43, 74, 50); — Tailwind CSS: bg-[hsl(133,27%,23%)] — CSS variable: --color-primary: hsl(133, 27%, 23%);