Shades of Green Pea #216544
Tints of Green Pea #216544
RGB
CMYK
RGB Variations
Color information
#216544 (or 0x216544) is known color: Green Pea. HEX triplet: 21, 65 and 44. RGB value is (33,101,68). Sum of RGB (Red+Green+Blue) = 33+101+68=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #216544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216544 is #DE9ABB. Grayscale: #4C4C4C. Windows color (decimal): -14588604 or 4482337. OLE color: 4482337.
HSL color Cylindrical-coordinate representation of color #216544: hue angle of 150.88º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216544 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 68 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.60 |
| HSL | 150.88º | 0.51% | 0.26% | - |
| HSV(B) | 150.88º | 0.67% | 0.4% | - |
| XYZ | 6.32 | 10.05 | 7.07 | - |
| YUV | 76.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 68 | 0.67 | 0 | 0.33 | 0.60 | 150.88 | 0.51 | 0.26 |
| Hex | 21 | 65 | 44 | 43 | 0 | 21 | 3C | 97 | 33 | 1A |
| Octal | 41 | 145 | 104 | 103 | 0 | 41 | 74 | 227 | 63 | 32 |
| Binary | 100001 | 1100101 | 1000100 | 1000011 | 0 | 100001 | 111100 | 10010111 | 110011 | 11010 |
Color Harmonies of #216544
Complementary color
Monochromatic Colors of #216544
Black with #216544
Text Example
Text Example
White with #216544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216544; }
p { color: rgb(33,101,68); }
H1.HeaderClassName
{
color: #216544;
}
.AnyTagClassName
{
color: #216544;
}
</style>
background-color css
<style>
a { background-color: #216544; }
a { background-color: rgb(33,101,68); }
div.DivClassName
{
background-color: #216544;
}
.BgClassName
{
background-color: #216544;
}
</style>
border-color css
<style>
span { border-color: #216544; }
span { border-color: rgb(33,101,68); }
td.TdClassName
{
border-color: #216544;
}
.TagClassName
{
border-color: #216544;
}
</style>