HSL(108, 47%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(108,47%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 47%, 33%) color: hsl(108, 47%, 33%)
HEX #3C7C2D color: #3C7C2D
RGB rgb(60, 124, 45) color: rgb(60, 124, 45)
CMYK cmyk(52%, 0%, 64%, 51%)
HSV hsv(109, 64%, 49%)
HWB hwb(109 18% 51%) color: hwb(109 18% 51%)
OKLCH oklch(0.5256 0.1308 140) color: oklch(0.5256 0.1308 140)
Lab lab(46.4 -36.56 36.04) color: lab(46.4 -36.56 36.04)
LCH lch(46.4 51.34 135.41) color: lch(46.4 51.34 135.41)

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.11:1
vs Black 4.11: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)

#585840 — rgb(88, 88, 64)

Deuteranopia (Green-blind)

#544F45 — rgb(84, 79, 69)

Tritanopia (Blue-blind)

#3F4F53 — rgb(63, 79, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(108, 47%, 33%);

text

color: hsl(108, 47%, 33%);

border

border: 2px solid hsl(108, 47%, 33%);

gradient light

background: linear-gradient(to right, hsl(108, 47%, 53%), hsl(108, 47%, 33%));

gradient dark

background: linear-gradient(to right, hsl(108, 47%, 33%), hsl(108, 47%, 13%))

hex

background-color: #3C7C2D;

tailwind

bg-[hsl(108,47%,33%)]

box shadow

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

css variable

--color-primary: hsl(108, 47%, 33%);

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, 47%, 33%)?

HEX: #3C7C2D | RGB: rgb(60, 124, 45) | CMYK: 52%, 0%, 64%, 51% | HSV: 109°, 64%, 49%. Copy any format from the conversion table above.

What colors go well with #3C7C2D?

The complementary color is HSL(288, 47%, 33%). 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, 47%, 33%) in CSS?

As HSL: color: hsl(108, 47%, 33%); — As HEX: color: #3C7C2D; — As RGB: color: rgb(60, 124, 45); — Tailwind CSS: bg-[hsl(108,47%,33%)] — CSS variable: --color-primary: hsl(108, 47%, 33%);