HSL(95, 36%, 42%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,36%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 36%, 42%) color: hsl(95, 36%, 42%)
HEX #659245 color: #659245
RGB rgb(101, 146, 69) color: rgb(101, 146, 69)
CMYK cmyk(31%, 0%, 53%, 43%)
HSV hsv(95, 53%, 57%)
HWB hwb(95 27% 43%) color: hwb(95 27% 43%)
OKLCH oklch(0.6092 0.1179 133.79) color: oklch(0.6092 0.1179 133.79)
Lab lab(55.84 -29.5 35.68) color: lab(55.84 -29.5 35.68)
LCH lch(55.84 46.3 129.58) color: lch(55.84 46.3 129.58)

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 3.65:1
vs Black 5.75:1

AA Normal (4.5:1)

on White: FAIL ✗ 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: black

Color Blindness Simulation

Protanopia (Red-blind)

#787958 — rgb(120, 121, 88)

Deuteranopia (Green-blind)

#76735C — rgb(118, 115, 92)

Tritanopia (Blue-blind)

#67666A — rgb(103, 102, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 36%, 42%);

text

color: hsl(95, 36%, 42%);

border

border: 2px solid hsl(95, 36%, 42%);

gradient light

background: linear-gradient(to right, hsl(95, 36%, 62%), hsl(95, 36%, 42%));

gradient dark

background: linear-gradient(to right, hsl(95, 36%, 42%), hsl(95, 36%, 22%))

hex

background-color: #659245;

tailwind

bg-[hsl(95,36%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 36%, 42%, 0.4);

css variable

--color-primary: hsl(95, 36%, 42%);

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(95, 36%, 42%)?

HEX: #659245 | RGB: rgb(101, 146, 69) | CMYK: 31%, 0%, 53%, 43% | HSV: 95°, 53%, 57%. Copy any format from the conversion table above.

What colors go well with #659245?

The complementary color is HSL(275, 36%, 42%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 36%, 42%) in CSS?

As HSL: color: hsl(95, 36%, 42%); — As HEX: color: #659245; — As RGB: color: rgb(101, 146, 69); — Tailwind CSS: bg-[hsl(95,36%,42%)] — CSS variable: --color-primary: hsl(95, 36%, 42%);