HSL(142, 57%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,57%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 57%, 33%) color: hsl(142, 57%, 33%)
HEX #248447 color: #248447
RGB rgb(36, 132, 71) color: rgb(36, 132, 71)
CMYK cmyk(73%, 0%, 46%, 48%)
HSV hsv(142, 73%, 52%)
HWB hwb(142 14% 48%) color: hwb(142 14% 48%)
OKLCH oklch(0.5434 0.1285 151.25) color: oklch(0.5434 0.1285 151.25)
Lab lab(48.67 -41.82 25.13) color: lab(48.67 -41.82 25.13)
LCH lch(48.67 48.79 149) color: lch(48.67 48.79 149)

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 4.7:1
vs Black 4.47:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4E4E56 — rgb(78, 78, 86)

Deuteranopia (Green-blind)

#484159 — rgb(72, 65, 89)

Tritanopia (Blue-blind)

#296164 — rgb(41, 97, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 57%, 33%);

text

color: hsl(142, 57%, 33%);

border

border: 2px solid hsl(142, 57%, 33%);

gradient light

background: linear-gradient(to right, hsl(142, 57%, 53%), hsl(142, 57%, 33%));

gradient dark

background: linear-gradient(to right, hsl(142, 57%, 33%), hsl(142, 57%, 13%))

hex

background-color: #248447;

tailwind

bg-[hsl(142,57%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 57%, 33%, 0.4);

css variable

--color-primary: hsl(142, 57%, 33%);

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(142, 57%, 33%)?

HEX: #248447 | RGB: rgb(36, 132, 71) | CMYK: 73%, 0%, 46%, 48% | HSV: 142°, 73%, 52%. Copy any format from the conversion table above.

What colors go well with #248447?

The complementary color is HSL(322, 57%, 33%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 57%, 33%) in CSS?

As HSL: color: hsl(142, 57%, 33%); — As HEX: color: #248447; — As RGB: color: rgb(36, 132, 71); — Tailwind CSS: bg-[hsl(142,57%,33%)] — CSS variable: --color-primary: hsl(142, 57%, 33%);