Shades of Green Pea #216443
Tints of Green Pea #216443
RGB
CMYK
RGB Variations
Color information
#216443 (or 0x216443) is known color: Green Pea. HEX triplet: 21, 64 and 43. RGB value is (33,100,67). Sum of RGB (Red+Green+Blue) = 33+100+67=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #216443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216443 is #DE9BBC. Grayscale: #4C4C4C. Windows color (decimal): -14588861 or 4416545. OLE color: 4416545.
HSL color Cylindrical-coordinate representation of color #216443: hue angle of 150.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216443 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 100 | 67 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.61 |
| HSL | 150.45º | 0.5% | 0.26% | - |
| HSV(B) | 150.45º | 0.67% | 0.39% | - |
| XYZ | 6.2 | 9.84 | 6.88 | - |
| YUV | 76.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 67 | 0.67 | 0 | 0.33 | 0.61 | 150.45 | 0.5 | 0.26 |
| Hex | 21 | 64 | 43 | 43 | 0 | 21 | 3D | 96 | 32 | 1A |
| Octal | 41 | 144 | 103 | 103 | 0 | 41 | 75 | 226 | 62 | 32 |
| Binary | 100001 | 1100100 | 1000011 | 1000011 | 0 | 100001 | 111101 | 10010110 | 110010 | 11010 |
Color Harmonies of #216443
Complementary color
Monochromatic Colors of #216443
Black with #216443
Text Example
Text Example
White with #216443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216443; }
p { color: rgb(33,100,67); }
H1.HeaderClassName
{
color: #216443;
}
.AnyTagClassName
{
color: #216443;
}
</style>
background-color css
<style>
a { background-color: #216443; }
a { background-color: rgb(33,100,67); }
div.DivClassName
{
background-color: #216443;
}
.BgClassName
{
background-color: #216443;
}
</style>
border-color css
<style>
span { border-color: #216443; }
span { border-color: rgb(33,100,67); }
td.TdClassName
{
border-color: #216443;
}
.TagClassName
{
border-color: #216443;
}
</style>