HSL(109, 35%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,35%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 35%, 29%) color: hsl(109, 35%, 29%)
HEX #3A6430 color: #3A6430
RGB rgb(58, 100, 48) color: rgb(58, 100, 48)
CMYK cmyk(42%, 0%, 52%, 61%)
HSV hsv(108, 52%, 39%)
HWB hwb(108 19% 61%) color: hwb(108 19% 61%)
OKLCH oklch(0.4588 0.0928 139.76) color: oklch(0.4588 0.0928 139.76)
Lab lab(38.25 -25.89 24.85) color: lab(38.25 -25.89 24.85)
LCH lch(38.25 35.89 136.17) color: lch(38.25 35.89 136.17)

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.9:1
vs Black 3.05: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)

#4C4D3D — rgb(76, 77, 61)

Deuteranopia (Green-blind)

#4A4740 — rgb(74, 71, 64)

Tritanopia (Blue-blind)

#3C4749 — rgb(60, 71, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 35%, 29%);

text

color: hsl(109, 35%, 29%);

border

border: 2px solid hsl(109, 35%, 29%);

gradient light

background: linear-gradient(to right, hsl(109, 35%, 49%), hsl(109, 35%, 29%));

gradient dark

background: linear-gradient(to right, hsl(109, 35%, 29%), hsl(109, 35%, 9%))

hex

background-color: #3A6430;

tailwind

bg-[hsl(109,35%,29%)]

box shadow

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

css variable

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

HEX: #3A6430 | RGB: rgb(58, 100, 48) | CMYK: 42%, 0%, 52%, 61% | HSV: 108°, 52%, 39%. Copy any format from the conversion table above.

What colors go well with #3A6430?

The complementary color is HSL(289, 35%, 29%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 35%, 29%) in CSS?

As HSL: color: hsl(109, 35%, 29%); — As HEX: color: #3A6430; — As RGB: color: rgb(58, 100, 48); — Tailwind CSS: bg-[hsl(109,35%,29%)] — CSS variable: --color-primary: hsl(109, 35%, 29%);