HSL(108, 48%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(108,48%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 48%, 35%) color: hsl(108, 48%, 35%)
HEX #40842E color: #40842E
RGB rgb(64, 132, 46) color: rgb(64, 132, 46)
CMYK cmyk(52%, 0%, 65%, 48%)
HSV hsv(107, 65%, 52%)
HWB hwb(107 18% 48%) color: hwb(107 18% 48%)
OKLCH oklch(0.5495 0.139 139.64) color: oklch(0.5495 0.139 139.64)
Lab lab(49.24 -38.59 38.79) color: lab(49.24 -38.59 38.79)
LCH lch(49.24 54.72 134.85) color: lch(49.24 54.72 134.85)

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.61:1
vs Black 4.56:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

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)

#5D5E43 — rgb(93, 94, 67)

Deuteranopia (Green-blind)

#5A5448 — rgb(90, 84, 72)

Tritanopia (Blue-blind)

#435357 — rgb(67, 83, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(108, 48%, 35%);

text

color: hsl(108, 48%, 35%);

border

border: 2px solid hsl(108, 48%, 35%);

gradient light

background: linear-gradient(to right, hsl(108, 48%, 55%), hsl(108, 48%, 35%));

gradient dark

background: linear-gradient(to right, hsl(108, 48%, 35%), hsl(108, 48%, 15%))

hex

background-color: #40842E;

tailwind

bg-[hsl(108,48%,35%)]

box shadow

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

css variable

--color-primary: hsl(108, 48%, 35%);

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(108, 48%, 35%)?

HEX: #40842E | RGB: rgb(64, 132, 46) | CMYK: 52%, 0%, 65%, 48% | HSV: 107°, 65%, 52%. Copy any format from the conversion table above.

What colors go well with #40842E?

The complementary color is HSL(288, 48%, 35%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(108, 48%, 35%) in CSS?

As HSL: color: hsl(108, 48%, 35%); — As HEX: color: #40842E; — As RGB: color: rgb(64, 132, 46); — Tailwind CSS: bg-[hsl(108,48%,35%)] — CSS variable: --color-primary: hsl(108, 48%, 35%);