Shades of Green Pea #216645
Tints of Green Pea #216645
RGB
CMYK
RGB Variations
Color information
#216645 (or 0x216645) is known color: Green Pea. HEX triplet: 21, 66 and 45. RGB value is (33,102,69). Sum of RGB (Red+Green+Blue) = 33+102+69=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #216645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216645 is #DE99BA. Grayscale: #4D4D4D. Windows color (decimal): -14588347 or 4548129. OLE color: 4548129.
HSL color Cylindrical-coordinate representation of color #216645: hue angle of 151.3º 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 #216645 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 69 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.6 |
| HSL | 151.3º | 0.51% | 0.26% | - |
| HSV(B) | 151.3º | 0.68% | 0.4% | - |
| XYZ | 6.45 | 10.26 | 7.27 | - |
| YUV | 77.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 69 | 0.68 | 0 | 0.32 | 0.6 | 151.3 | 0.51 | 0.26 |
| Hex | 21 | 66 | 45 | 44 | 0 | 20 | 3C | 97 | 33 | 1A |
| Octal | 41 | 146 | 105 | 104 | 0 | 40 | 74 | 227 | 63 | 32 |
| Binary | 100001 | 1100110 | 1000101 | 1000100 | 0 | 100000 | 111100 | 10010111 | 110011 | 11010 |
Color Harmonies of #216645
Complementary color
Monochromatic Colors of #216645
Black with #216645
Text Example
Text Example
White with #216645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216645; }
p { color: rgb(33,102,69); }
H1.HeaderClassName
{
color: #216645;
}
.AnyTagClassName
{
color: #216645;
}
</style>
background-color css
<style>
a { background-color: #216645; }
a { background-color: rgb(33,102,69); }
div.DivClassName
{
background-color: #216645;
}
.BgClassName
{
background-color: #216645;
}
</style>
border-color css
<style>
span { border-color: #216645; }
span { border-color: rgb(33,102,69); }
td.TdClassName
{
border-color: #216645;
}
.TagClassName
{
border-color: #216645;
}
</style>