HSL(93, 41%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,41%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 41%, 29%) color: hsl(93, 41%, 29%)
HEX #47682C color: #47682C
RGB rgb(71, 104, 44) color: rgb(71, 104, 44)
CMYK cmyk(32%, 0%, 58%, 59%)
HSV hsv(93, 58%, 41%)
HWB hwb(93 17% 59%) color: hwb(93 17% 59%)
OKLCH oklch(0.4772 0.0957 132.88) color: oklch(0.4772 0.0957 132.88)
Lab lab(40.28 -23.44 29.65) color: lab(40.28 -23.44 29.65)
LCH lch(40.28 37.8 128.33) color: lch(40.28 37.8 128.33)

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 6.39:1
vs Black 3.28: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)

#55563B — rgb(85, 86, 59)

Deuteranopia (Green-blind)

#53513E — rgb(83, 81, 62)

Tritanopia (Blue-blind)

#494649 — rgb(73, 70, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 41%, 29%);

text

color: hsl(93, 41%, 29%);

border

border: 2px solid hsl(93, 41%, 29%);

gradient light

background: linear-gradient(to right, hsl(93, 41%, 49%), hsl(93, 41%, 29%));

gradient dark

background: linear-gradient(to right, hsl(93, 41%, 29%), hsl(93, 41%, 9%))

hex

background-color: #47682C;

tailwind

bg-[hsl(93,41%,29%)]

box shadow

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

css variable

--color-primary: hsl(93, 41%, 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(93, 41%, 29%)?

HEX: #47682C | RGB: rgb(71, 104, 44) | CMYK: 32%, 0%, 58%, 59% | HSV: 93°, 58%, 41%. Copy any format from the conversion table above.

What colors go well with #47682C?

The complementary color is HSL(273, 41%, 29%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 41%, 29%) in CSS?

As HSL: color: hsl(93, 41%, 29%); — As HEX: color: #47682C; — As RGB: color: rgb(71, 104, 44); — Tailwind CSS: bg-[hsl(93,41%,29%)] — CSS variable: --color-primary: hsl(93, 41%, 29%);