HSL(102, 17%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(102,17%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(102, 17%, 29%) color: hsl(102, 17%, 29%)
HEX #45573D color: #45573D
RGB rgb(69, 87, 61) color: rgb(69, 87, 61)
CMYK cmyk(21%, 0%, 30%, 66%)
HSV hsv(102, 30%, 34%)
HWB hwb(102 24% 66%) color: hwb(102 24% 66%)
OKLCH oklch(0.4338 0.0472 136.23) color: oklch(0.4338 0.0472 136.23)
Lab lab(34.84 -12.54 12.9) color: lab(34.84 -12.54 12.9)
LCH lch(34.84 17.99 134.19) color: lch(34.84 17.99 134.19)

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 7.83:1
vs Black 2.68: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)

#4D4D43 — rgb(77, 77, 67)

Deuteranopia (Green-blind)

#4C4A45 — rgb(76, 74, 69)

Tritanopia (Blue-blind)

#464849 — rgb(70, 72, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(102, 17%, 29%);

text

color: hsl(102, 17%, 29%);

border

border: 2px solid hsl(102, 17%, 29%);

gradient light

background: linear-gradient(to right, hsl(102, 17%, 49%), hsl(102, 17%, 29%));

gradient dark

background: linear-gradient(to right, hsl(102, 17%, 29%), hsl(102, 17%, 9%))

hex

background-color: #45573D;

tailwind

bg-[hsl(102,17%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(102, 17%, 29%, 0.4);

css variable

--color-primary: hsl(102, 17%, 29%);

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(102, 17%, 29%)?

HEX: #45573D | RGB: rgb(69, 87, 61) | CMYK: 21%, 0%, 30%, 66% | HSV: 102°, 30%, 34%. Copy any format from the conversion table above.

What colors go well with #45573D?

The complementary color is HSL(282, 17%, 29%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(102, 17%, 29%) in CSS?

As HSL: color: hsl(102, 17%, 29%); — As HEX: color: #45573D; — As RGB: color: rgb(69, 87, 61); — Tailwind CSS: bg-[hsl(102,17%,29%)] — CSS variable: --color-primary: hsl(102, 17%, 29%);