Shades of Green Pea #215E40
Tints of Green Pea #215E40
RGB
CMYK
RGB Variations
Color information
#215E40 (or 0x215E40) is known color: Green Pea. HEX triplet: 21, 5E and 40. RGB value is (33,94,64). Sum of RGB (Red+Green+Blue) = 33+94+64=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #215E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E40 is #DEA1BF. Grayscale: #484848. Windows color (decimal): -14590400 or 4218401. OLE color: 4218401.
HSL color Cylindrical-coordinate representation of color #215E40: hue angle of 150.49º 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 #215E40 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 64 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.63 |
| HSL | 150.49º | 0.48% | 0.25% | - |
| HSV(B) | 150.49º | 0.65% | 0.37% | - |
| XYZ | 5.56 | 8.7 | 6.24 | - |
| YUV | 72.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 64 | 0.65 | 0 | 0.32 | 0.63 | 150.49 | 0.48 | 0.25 |
| Hex | 21 | 5E | 40 | 41 | 0 | 20 | 3F | 96 | 30 | 19 |
| Octal | 41 | 136 | 100 | 101 | 0 | 40 | 77 | 226 | 60 | 31 |
| Binary | 100001 | 1011110 | 1000000 | 1000001 | 0 | 100000 | 111111 | 10010110 | 110000 | 11001 |
Color Harmonies of #215E40
Complementary color
Monochromatic Colors of #215E40
Black with #215E40
Text Example
Text Example
White with #215E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E40; }
p { color: rgb(33,94,64); }
H1.HeaderClassName
{
color: #215E40;
}
.AnyTagClassName
{
color: #215E40;
}
</style>
background-color css
<style>
a { background-color: #215E40; }
a { background-color: rgb(33,94,64); }
div.DivClassName
{
background-color: #215E40;
}
.BgClassName
{
background-color: #215E40;
}
</style>
border-color css
<style>
span { border-color: #215E40; }
span { border-color: rgb(33,94,64); }
td.TdClassName
{
border-color: #215E40;
}
.TagClassName
{
border-color: #215E40;
}
</style>