HSL(133, 27%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,27%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 27%, 25%) | color: hsl(133, 27%, 25%) | |
| HEX | #2F5136 | color: #2F5136 | |
| RGB | rgb(47, 81, 54) | color: rgb(47, 81, 54) | |
| CMYK | cmyk(42%, 0%, 33%, 68%) | — | |
| HSV | hsv(132, 42%, 32%) | — | |
| HWB | hwb(132 19% 68%) | color: hwb(132 19% 68%) | |
| OKLCH | oklch(0.4006 0.0604 149.59) | color: oklch(0.4006 0.0604 149.59) | |
| Lab | lab(31.24 -19.07 12.09) | color: lab(31.24 -19.07 12.09) | |
| LCH | lch(31.24 22.58 147.63) | color: lch(31.24 22.58 147.63) |
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)
#3E3E3D — rgb(62, 62, 61)
Deuteranopia (Green-blind)
#3C393E — rgb(60, 57, 62)
Tritanopia (Blue-blind)
#314243 — rgb(49, 66, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 27%, 25%);
text
color: hsl(133, 27%, 25%);
border
border: 2px solid hsl(133, 27%, 25%);
gradient light
background: linear-gradient(to right, hsl(133, 27%, 45%), hsl(133, 27%, 25%));
gradient dark
background: linear-gradient(to right, hsl(133, 27%, 25%), hsl(133, 27%, 5%))
hex
background-color: #2F5136;
tailwind
bg-[hsl(133,27%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 27%, 25%, 0.4);
css variable
--color-primary: hsl(133, 27%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 27%, 25%)?
HEX: #2F5136 | RGB: rgb(47, 81, 54) | CMYK: 42%, 0%, 33%, 68% | HSV: 132°, 42%, 32%. Copy any format from the conversion table above.
What colors go well with #2F5136?
The complementary color is HSL(313, 27%, 25%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 27%, 25%) in CSS?
As HSL: color: hsl(133, 27%, 25%); — As HEX: color: #2F5136; — As RGB: color: rgb(47, 81, 54); — Tailwind CSS: bg-[hsl(133,27%,25%)] — CSS variable: --color-primary: hsl(133, 27%, 25%);