HSL(129, 32%, 34%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,32%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 32%, 34%) color: hsl(129, 32%, 34%)
HEX #3B7243 color: #3B7243
RGB rgb(59, 114, 67) color: rgb(59, 114, 67)
CMYK cmyk(48%, 0%, 41%, 55%)
HSV hsv(129, 48%, 45%)
HWB hwb(129 23% 55%) color: hwb(129 23% 55%)
OKLCH oklch(0.5013 0.0943 147.25) color: oklch(0.5013 0.0943 147.25)
Lab lab(43.31 -29.18 20.56) color: lab(43.31 -29.18 20.56)
LCH lch(43.31 35.7 144.83) color: lch(43.31 35.7 144.83)

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 5.72:1
vs Black 3.67: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)

#53534E — rgb(83, 83, 78)

Deuteranopia (Green-blind)

#504C51 — rgb(80, 76, 81)

Tritanopia (Blue-blind)

#3E5759 — rgb(62, 87, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 32%, 34%);

text

color: hsl(129, 32%, 34%);

border

border: 2px solid hsl(129, 32%, 34%);

gradient light

background: linear-gradient(to right, hsl(129, 32%, 54%), hsl(129, 32%, 34%));

gradient dark

background: linear-gradient(to right, hsl(129, 32%, 34%), hsl(129, 32%, 14%))

hex

background-color: #3B7243;

tailwind

bg-[hsl(129,32%,34%)]

box shadow

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

css variable

--color-primary: hsl(129, 32%, 34%);

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(129, 32%, 34%)?

HEX: #3B7243 | RGB: rgb(59, 114, 67) | CMYK: 48%, 0%, 41%, 55% | HSV: 129°, 48%, 45%. Copy any format from the conversion table above.

What colors go well with #3B7243?

The complementary color is HSL(309, 32%, 34%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 32%, 34%) in CSS?

As HSL: color: hsl(129, 32%, 34%); — As HEX: color: #3B7243; — As RGB: color: rgb(59, 114, 67); — Tailwind CSS: bg-[hsl(129,32%,34%)] — CSS variable: --color-primary: hsl(129, 32%, 34%);