HSL(107, 22%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,22%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 22%, 25%) color: hsl(107, 22%, 25%)
HEX #384E32 color: #384E32
RGB rgb(56, 78, 50) color: rgb(56, 78, 50)
CMYK cmyk(28%, 0%, 36%, 69%)
HSV hsv(107, 36%, 31%)
HWB hwb(107 20% 69%) color: hwb(107 20% 69%)
OKLCH oklch(0.3973 0.0533 139.06) color: oklch(0.3973 0.0533 139.06)
Lab lab(30.69 -14.76 13.92) color: lab(30.69 -14.76 13.92)
LCH lch(30.69 20.29 136.68) color: lch(30.69 20.29 136.68)

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 9.11:1
vs Black 2.3:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#424239 — rgb(66, 66, 57)

Deuteranopia (Green-blind)

#403F3A — rgb(64, 63, 58)

Tritanopia (Blue-blind)

#393E3F — rgb(57, 62, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 22%, 25%);

text

color: hsl(107, 22%, 25%);

border

border: 2px solid hsl(107, 22%, 25%);

gradient light

background: linear-gradient(to right, hsl(107, 22%, 45%), hsl(107, 22%, 25%));

gradient dark

background: linear-gradient(to right, hsl(107, 22%, 25%), hsl(107, 22%, 5%))

hex

background-color: #384E32;

tailwind

bg-[hsl(107,22%,25%)]

box shadow

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

css variable

--color-primary: hsl(107, 22%, 25%);

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, 22%, 25%)?

HEX: #384E32 | RGB: rgb(56, 78, 50) | CMYK: 28%, 0%, 36%, 69% | HSV: 107°, 36%, 31%. Copy any format from the conversion table above.

What colors go well with #384E32?

The complementary color is HSL(287, 22%, 25%). 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, 22%, 25%) in CSS?

As HSL: color: hsl(107, 22%, 25%); — As HEX: color: #384E32; — As RGB: color: rgb(56, 78, 50); — Tailwind CSS: bg-[hsl(107,22%,25%)] — CSS variable: --color-primary: hsl(107, 22%, 25%);