Shades of Green Pea #216944
Tints of Green Pea #216944
RGB
CMYK
RGB Variations
Color information
#216944 (or 0x216944) is known color: Green Pea. HEX triplet: 21, 69 and 44. RGB value is (33,105,68). Sum of RGB (Red+Green+Blue) = 33+105+68=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #216944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216944 is #DE96BB. Grayscale: #4F4F4F. Windows color (decimal): -14587580 or 4483361. OLE color: 4483361.
HSL color Cylindrical-coordinate representation of color #216944: hue angle of 149.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216944 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 68 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.59 |
| HSL | 149.17º | 0.52% | 0.27% | - |
| HSV(B) | 149.17º | 0.69% | 0.41% | - |
| XYZ | 6.72 | 10.84 | 7.21 | - |
| YUV | 79.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 68 | 0.69 | 0 | 0.35 | 0.59 | 149.17 | 0.52 | 0.27 |
| Hex | 21 | 69 | 44 | 45 | 0 | 23 | 3B | 95 | 34 | 1B |
| Octal | 41 | 151 | 104 | 105 | 0 | 43 | 73 | 225 | 64 | 33 |
| Binary | 100001 | 1101001 | 1000100 | 1000101 | 0 | 100011 | 111011 | 10010101 | 110100 | 11011 |
Color Harmonies of #216944
Complementary color
Monochromatic Colors of #216944
Black with #216944
Text Example
Text Example
White with #216944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216944; }
p { color: rgb(33,105,68); }
H1.HeaderClassName
{
color: #216944;
}
.AnyTagClassName
{
color: #216944;
}
</style>
background-color css
<style>
a { background-color: #216944; }
a { background-color: rgb(33,105,68); }
div.DivClassName
{
background-color: #216944;
}
.BgClassName
{
background-color: #216944;
}
</style>
border-color css
<style>
span { border-color: #216944; }
span { border-color: rgb(33,105,68); }
td.TdClassName
{
border-color: #216944;
}
.TagClassName
{
border-color: #216944;
}
</style>