HSL(148, 32%, 21%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,32%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 32%, 21%) color: hsl(148, 32%, 21%)
HEX #244734 color: #244734
RGB rgb(36, 71, 52) color: rgb(36, 71, 52)
CMYK cmyk(49%, 0%, 27%, 72%)
HSV hsv(147, 49%, 28%)
HWB hwb(147 14% 72%) color: hwb(147 14% 72%)
OKLCH oklch(0.3652 0.0529 158.56) color: oklch(0.3652 0.0529 158.56)
Lab lab(27.1 -17.85 7.56) color: lab(27.1 -17.85 7.56)
LCH lch(27.1 19.38 157.05) color: lch(27.1 19.38 157.05)

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.37:1
vs Black 2.03: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)

#333339 — rgb(51, 51, 57)

Deuteranopia (Green-blind)

#312F3A — rgb(49, 47, 58)

Tritanopia (Blue-blind)

#263C3D — rgb(38, 60, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 32%, 21%);

text

color: hsl(148, 32%, 21%);

border

border: 2px solid hsl(148, 32%, 21%);

gradient light

background: linear-gradient(to right, hsl(148, 32%, 41%), hsl(148, 32%, 21%));

gradient dark

background: linear-gradient(to right, hsl(148, 32%, 21%), hsl(148, 32%, 1%))

hex

background-color: #244734;

tailwind

bg-[hsl(148,32%,21%)]

box shadow

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

css variable

--color-primary: hsl(148, 32%, 21%);

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(148, 32%, 21%)?

HEX: #244734 | RGB: rgb(36, 71, 52) | CMYK: 49%, 0%, 27%, 72% | HSV: 147°, 49%, 28%. Copy any format from the conversion table above.

What colors go well with #244734?

The complementary color is HSL(328, 32%, 21%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 32%, 21%) in CSS?

As HSL: color: hsl(148, 32%, 21%); — As HEX: color: #244734; — As RGB: color: rgb(36, 71, 52); — Tailwind CSS: bg-[hsl(148,32%,21%)] — CSS variable: --color-primary: hsl(148, 32%, 21%);