HSL(112, 51%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,51%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 51%, 33%) color: hsl(112, 51%, 33%)
HEX #357F29 color: #357F29
RGB rgb(53, 127, 41) color: rgb(53, 127, 41)
CMYK cmyk(58%, 0%, 68%, 50%)
HSV hsv(112, 68%, 50%)
HWB hwb(112 16% 50%) color: hwb(112 16% 50%)
OKLCH oklch(0.5305 0.1417 141.01) color: oklch(0.5305 0.1417 141.01)
Lab lab(47.1 -40.28 38.61) color: lab(47.1 -40.28 38.61)
LCH lch(47.1 55.8 136.21) color: lch(47.1 55.8 136.21)

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.98:1
vs Black 4.22: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)

#55563E — rgb(85, 86, 62)

Deuteranopia (Green-blind)

#514B43 — rgb(81, 75, 67)

Tritanopia (Blue-blind)

#394E52 — rgb(57, 78, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 51%, 33%);

text

color: hsl(112, 51%, 33%);

border

border: 2px solid hsl(112, 51%, 33%);

gradient light

background: linear-gradient(to right, hsl(112, 51%, 53%), hsl(112, 51%, 33%));

gradient dark

background: linear-gradient(to right, hsl(112, 51%, 33%), hsl(112, 51%, 13%))

hex

background-color: #357F29;

tailwind

bg-[hsl(112,51%,33%)]

box shadow

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

css variable

--color-primary: hsl(112, 51%, 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(112, 51%, 33%)?

HEX: #357F29 | RGB: rgb(53, 127, 41) | CMYK: 58%, 0%, 68%, 50% | HSV: 112°, 68%, 50%. Copy any format from the conversion table above.

What colors go well with #357F29?

The complementary color is HSL(292, 51%, 33%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 51%, 33%) in CSS?

As HSL: color: hsl(112, 51%, 33%); — As HEX: color: #357F29; — As RGB: color: rgb(53, 127, 41); — Tailwind CSS: bg-[hsl(112,51%,33%)] — CSS variable: --color-primary: hsl(112, 51%, 33%);