HSL(111, 26%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,26%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 26%, 25%) | color: hsl(111, 26%, 25%) | |
| HEX | #34502F | color: #34502F | |
| RGB | rgb(52, 80, 47) | color: rgb(52, 80, 47) | |
| CMYK | cmyk(35%, 0%, 41%, 69%) | — | |
| HSV | hsv(111, 41%, 31%) | — | |
| HWB | hwb(111 18% 69%) | color: hwb(111 18% 69%) | |
| OKLCH | oklch(0.3993 0.0635 140.72) | color: oklch(0.3993 0.0635 140.72) | |
| Lab | lab(31.05 -18.01 16.2) | color: lab(31.05 -18.01 16.2) | |
| LCH | lch(31.05 24.22 138.03) | color: lch(31.05 24.22 138.03) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#404037 — rgb(64, 64, 55)
Deuteranopia (Green-blind)
#3F3C39 — rgb(63, 60, 57)
Tritanopia (Blue-blind)
#353D3F — rgb(53, 61, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 26%, 25%);
text
color: hsl(111, 26%, 25%);
border
border: 2px solid hsl(111, 26%, 25%);
gradient light
background: linear-gradient(to right, hsl(111, 26%, 45%), hsl(111, 26%, 25%));
gradient dark
background: linear-gradient(to right, hsl(111, 26%, 25%), hsl(111, 26%, 5%))
hex
background-color: #34502F;
tailwind
bg-[hsl(111,26%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 26%, 25%, 0.4);
css variable
--color-primary: hsl(111, 26%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 26%, 25%)?
HEX: #34502F | RGB: rgb(52, 80, 47) | CMYK: 35%, 0%, 41%, 69% | HSV: 111°, 41%, 31%. Copy any format from the conversion table above.
What colors go well with #34502F?
The complementary color is HSL(291, 26%, 25%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 26%, 25%) in CSS?
As HSL: color: hsl(111, 26%, 25%); — As HEX: color: #34502F; — As RGB: color: rgb(52, 80, 47); — Tailwind CSS: bg-[hsl(111,26%,25%)] — CSS variable: --color-primary: hsl(111, 26%, 25%);