Shades of Green Pea #215E41
Tints of Green Pea #215E41
RGB
CMYK
RGB Variations
Color information
#215E41 (or 0x215E41) is known color: Green Pea. HEX triplet: 21, 5E and 41. RGB value is (33,94,65). Sum of RGB (Red+Green+Blue) = 33+94+65=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #215E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E41 is #DEA1BE. Grayscale: #484848. Windows color (decimal): -14590399 or 4283937. OLE color: 4283937.
HSL color Cylindrical-coordinate representation of color #215E41: hue angle of 151.48º 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 #215E41 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 65 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.63 |
| HSL | 151.48º | 0.48% | 0.25% | - |
| HSV(B) | 151.48º | 0.65% | 0.37% | - |
| XYZ | 5.58 | 8.71 | 6.39 | - |
| YUV | 72.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 65 | 0.65 | 0 | 0.31 | 0.63 | 151.48 | 0.48 | 0.25 |
| Hex | 21 | 5E | 41 | 41 | 0 | 1F | 3F | 97 | 30 | 19 |
| Octal | 41 | 136 | 101 | 101 | 0 | 37 | 77 | 227 | 60 | 31 |
| Binary | 100001 | 1011110 | 1000001 | 1000001 | 0 | 11111 | 111111 | 10010111 | 110000 | 11001 |
Color Harmonies of #215E41
Complementary color
Monochromatic Colors of #215E41
Black with #215E41
Text Example
Text Example
White with #215E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E41; }
p { color: rgb(33,94,65); }
H1.HeaderClassName
{
color: #215E41;
}
.AnyTagClassName
{
color: #215E41;
}
</style>
background-color css
<style>
a { background-color: #215E41; }
a { background-color: rgb(33,94,65); }
div.DivClassName
{
background-color: #215E41;
}
.BgClassName
{
background-color: #215E41;
}
</style>
border-color css
<style>
span { border-color: #215E41; }
span { border-color: rgb(33,94,65); }
td.TdClassName
{
border-color: #215E41;
}
.TagClassName
{
border-color: #215E41;
}
</style>