Shades of Green Pea #215B44
Tints of Green Pea #215B44
RGB
CMYK
RGB Variations
Color information
#215B44 (or 0x215B44) is known color: Green Pea. HEX triplet: 21, 5B and 44. RGB value is (33,91,68). Sum of RGB (Red+Green+Blue) = 33+91+68=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #215B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B44 is #DEA4BB. Grayscale: #474747. Windows color (decimal): -14591164 or 4479777. OLE color: 4479777.
HSL color Cylindrical-coordinate representation of color #215B44: hue angle of 156.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B44 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 68 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.64 |
| HSL | 156.21º | 0.47% | 0.24% | - |
| HSV(B) | 156.21º | 0.64% | 0.36% | - |
| XYZ | 5.41 | 8.22 | 6.77 | - |
| YUV | 71.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 68 | 0.64 | 0 | 0.25 | 0.64 | 156.21 | 0.47 | 0.24 |
| Hex | 21 | 5B | 44 | 40 | 0 | 19 | 40 | 9C | 2F | 18 |
| Octal | 41 | 133 | 104 | 100 | 0 | 31 | 100 | 234 | 57 | 30 |
| Binary | 100001 | 1011011 | 1000100 | 1000000 | 0 | 11001 | 1000000 | 10011100 | 101111 | 11000 |
Color Harmonies of #215B44
Complementary color
Monochromatic Colors of #215B44
Black with #215B44
Text Example
Text Example
White with #215B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B44; }
p { color: rgb(33,91,68); }
H1.HeaderClassName
{
color: #215B44;
}
.AnyTagClassName
{
color: #215B44;
}
</style>
background-color css
<style>
a { background-color: #215B44; }
a { background-color: rgb(33,91,68); }
div.DivClassName
{
background-color: #215B44;
}
.BgClassName
{
background-color: #215B44;
}
</style>
border-color css
<style>
span { border-color: #215B44; }
span { border-color: rgb(33,91,68); }
td.TdClassName
{
border-color: #215B44;
}
.TagClassName
{
border-color: #215B44;
}
</style>