Shades of Green Pea #215F40
Tints of Green Pea #215F40
RGB
CMYK
RGB Variations
Color information
#215F40 (or 0x215F40) is known color: Green Pea. HEX triplet: 21, 5F and 40. RGB value is (33,95,64). Sum of RGB (Red+Green+Blue) = 33+95+64=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #215F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F40 is #DEA0BF. Grayscale: #484848. Windows color (decimal): -14590144 or 4218657. OLE color: 4218657.
HSL color Cylindrical-coordinate representation of color #215F40: hue angle of 150º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215F40 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 64 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.63 |
| HSL | 150º | 0.48% | 0.25% | - |
| HSV(B) | 150º | 0.65% | 0.37% | - |
| XYZ | 5.64 | 8.88 | 6.27 | - |
| YUV | 72.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 64 | 0.65 | 0 | 0.33 | 0.63 | 150 | 0.48 | 0.25 |
| Hex | 21 | 5F | 40 | 41 | 0 | 21 | 3F | 96 | 30 | 19 |
| Octal | 41 | 137 | 100 | 101 | 0 | 41 | 77 | 226 | 60 | 31 |
| Binary | 100001 | 1011111 | 1000000 | 1000001 | 0 | 100001 | 111111 | 10010110 | 110000 | 11001 |
Color Harmonies of #215F40
Complementary color
Monochromatic Colors of #215F40
Black with #215F40
Text Example
Text Example
White with #215F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F40; }
p { color: rgb(33,95,64); }
H1.HeaderClassName
{
color: #215F40;
}
.AnyTagClassName
{
color: #215F40;
}
</style>
background-color css
<style>
a { background-color: #215F40; }
a { background-color: rgb(33,95,64); }
div.DivClassName
{
background-color: #215F40;
}
.BgClassName
{
background-color: #215F40;
}
</style>
border-color css
<style>
span { border-color: #215F40; }
span { border-color: rgb(33,95,64); }
td.TdClassName
{
border-color: #215F40;
}
.TagClassName
{
border-color: #215F40;
}
</style>