HSL(107, 43%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,43%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 43%, 28%) color: hsl(107, 43%, 28%)
HEX #366629 color: #366629
RGB rgb(54, 102, 41) color: rgb(54, 102, 41)
CMYK cmyk(47%, 0%, 60%, 60%)
HSV hsv(107, 60%, 40%)
HWB hwb(107 16% 60%) color: hwb(107 16% 60%)
OKLCH oklch(0.4611 0.1056 139.39) color: oklch(0.4611 0.1056 139.39)
Lab lab(38.63 -29.22 29.05) color: lab(38.63 -29.22 29.05)
LCH lch(38.63 41.2 135.17) color: lch(38.63 41.2 135.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.8:1
vs Black 3.09: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)

#4B4B38 — rgb(75, 75, 56)

Deuteranopia (Green-blind)

#48443B — rgb(72, 68, 59)

Tritanopia (Blue-blind)

#384346 — rgb(56, 67, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 43%, 28%);

text

color: hsl(107, 43%, 28%);

border

border: 2px solid hsl(107, 43%, 28%);

gradient light

background: linear-gradient(to right, hsl(107, 43%, 48%), hsl(107, 43%, 28%));

gradient dark

background: linear-gradient(to right, hsl(107, 43%, 28%), hsl(107, 43%, 8%))

hex

background-color: #366629;

tailwind

bg-[hsl(107,43%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 43%, 28%, 0.4);

css variable

--color-primary: hsl(107, 43%, 28%);

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(107, 43%, 28%)?

HEX: #366629 | RGB: rgb(54, 102, 41) | CMYK: 47%, 0%, 60%, 60% | HSV: 107°, 60%, 40%. Copy any format from the conversion table above.

What colors go well with #366629?

The complementary color is HSL(287, 43%, 28%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 43%, 28%) in CSS?

As HSL: color: hsl(107, 43%, 28%); — As HEX: color: #366629; — As RGB: color: rgb(54, 102, 41); — Tailwind CSS: bg-[hsl(107,43%,28%)] — CSS variable: --color-primary: hsl(107, 43%, 28%);