HSL(147, 23%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,23%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 23%, 22%) color: hsl(147, 23%, 22%)
HEX #2B4537 color: #2B4537
RGB rgb(43, 69, 55) color: rgb(43, 69, 55)
CMYK cmyk(38%, 0%, 20%, 73%)
HSV hsv(148, 38%, 27%)
HWB hwb(148 17% 73%) color: hwb(148 17% 73%)
OKLCH oklch(0.3646 0.0402 160.01) color: oklch(0.3646 0.0402 160.01)
Lab lab(26.86 -13.58 5.34) color: lab(26.86 -13.58 5.34)
LCH lch(26.86 14.59 158.53) color: lch(26.86 14.59 158.53)

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 10.45:1
vs Black 2.01: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)

#36363A — rgb(54, 54, 58)

Deuteranopia (Green-blind)

#35333B — rgb(53, 51, 59)

Tritanopia (Blue-blind)

#2C3D3E — rgb(44, 61, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 23%, 22%);

text

color: hsl(147, 23%, 22%);

border

border: 2px solid hsl(147, 23%, 22%);

gradient light

background: linear-gradient(to right, hsl(147, 23%, 42%), hsl(147, 23%, 22%));

gradient dark

background: linear-gradient(to right, hsl(147, 23%, 22%), hsl(147, 23%, 2%))

hex

background-color: #2B4537;

tailwind

bg-[hsl(147,23%,22%)]

box shadow

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

css variable

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

HEX: #2B4537 | RGB: rgb(43, 69, 55) | CMYK: 38%, 0%, 20%, 73% | HSV: 148°, 38%, 27%. Copy any format from the conversion table above.

What colors go well with #2B4537?

The complementary color is HSL(327, 23%, 22%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 23%, 22%) in CSS?

As HSL: color: hsl(147, 23%, 22%); — As HEX: color: #2B4537; — As RGB: color: rgb(43, 69, 55); — Tailwind CSS: bg-[hsl(147,23%,22%)] — CSS variable: --color-primary: hsl(147, 23%, 22%);