Shades of Green Pea #216646
Tints of Green Pea #216646
RGB
CMYK
RGB Variations
Color information
#216646 (or 0x216646) is known color: Green Pea. HEX triplet: 21, 66 and 46. RGB value is (33,102,70). Sum of RGB (Red+Green+Blue) = 33+102+70=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #216646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216646 is #DE99B9. Grayscale: #4D4D4D. Windows color (decimal): -14588346 or 4613665. OLE color: 4613665.
HSL color Cylindrical-coordinate representation of color #216646: hue angle of 152.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216646 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 70 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.6 |
| HSL | 152.17º | 0.51% | 0.26% | - |
| HSV(B) | 152.17º | 0.68% | 0.4% | - |
| XYZ | 6.48 | 10.27 | 7.43 | - |
| YUV | 77.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 70 | 0.68 | 0 | 0.31 | 0.6 | 152.17 | 0.51 | 0.26 |
| Hex | 21 | 66 | 46 | 44 | 0 | 1F | 3C | 98 | 33 | 1A |
| Octal | 41 | 146 | 106 | 104 | 0 | 37 | 74 | 230 | 63 | 32 |
| Binary | 100001 | 1100110 | 1000110 | 1000100 | 0 | 11111 | 111100 | 10011000 | 110011 | 11010 |
Color Harmonies of #216646
Complementary color
Monochromatic Colors of #216646
Black with #216646
Text Example
Text Example
White with #216646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216646; }
p { color: rgb(33,102,70); }
H1.HeaderClassName
{
color: #216646;
}
.AnyTagClassName
{
color: #216646;
}
</style>
background-color css
<style>
a { background-color: #216646; }
a { background-color: rgb(33,102,70); }
div.DivClassName
{
background-color: #216646;
}
.BgClassName
{
background-color: #216646;
}
</style>
border-color css
<style>
span { border-color: #216646; }
span { border-color: rgb(33,102,70); }
td.TdClassName
{
border-color: #216646;
}
.TagClassName
{
border-color: #216646;
}
</style>