Shades of Green Pea #216846
Tints of Green Pea #216846
RGB
CMYK
RGB Variations
Color information
#216846 (or 0x216846) is known color: Green Pea. HEX triplet: 21, 68 and 46. RGB value is (33,104,70). Sum of RGB (Red+Green+Blue) = 33+104+70=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #216846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216846 is #DE97B9. Grayscale: #4E4E4E. Windows color (decimal): -14587834 or 4614177. OLE color: 4614177.
HSL color Cylindrical-coordinate representation of color #216846: hue angle of 151.27º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216846 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 70 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.59 |
| HSL | 151.27º | 0.52% | 0.27% | - |
| HSV(B) | 151.27º | 0.68% | 0.41% | - |
| XYZ | 6.68 | 10.67 | 7.5 | - |
| YUV | 78.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 70 | 0.68 | 0 | 0.33 | 0.59 | 151.27 | 0.52 | 0.27 |
| Hex | 21 | 68 | 46 | 44 | 0 | 21 | 3B | 97 | 34 | 1B |
| Octal | 41 | 150 | 106 | 104 | 0 | 41 | 73 | 227 | 64 | 33 |
| Binary | 100001 | 1101000 | 1000110 | 1000100 | 0 | 100001 | 111011 | 10010111 | 110100 | 11011 |
Color Harmonies of #216846
Complementary color
Monochromatic Colors of #216846
Black with #216846
Text Example
Text Example
White with #216846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216846; }
p { color: rgb(33,104,70); }
H1.HeaderClassName
{
color: #216846;
}
.AnyTagClassName
{
color: #216846;
}
</style>
background-color css
<style>
a { background-color: #216846; }
a { background-color: rgb(33,104,70); }
div.DivClassName
{
background-color: #216846;
}
.BgClassName
{
background-color: #216846;
}
</style>
border-color css
<style>
span { border-color: #216846; }
span { border-color: rgb(33,104,70); }
td.TdClassName
{
border-color: #216846;
}
.TagClassName
{
border-color: #216846;
}
</style>