Shades of Green Pea #216040
Tints of Green Pea #216040
RGB
CMYK
RGB Variations
Color information
#216040 (or 0x216040) is known color: Green Pea. HEX triplet: 21, 60 and 40. RGB value is (33,96,64). Sum of RGB (Red+Green+Blue) = 33+96+64=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #216040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216040 is #DE9FBF. Grayscale: #494949. Windows color (decimal): -14589888 or 4218913. OLE color: 4218913.
HSL color Cylindrical-coordinate representation of color #216040: hue angle of 149.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216040 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 64 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.62 |
| HSL | 149.52º | 0.49% | 0.25% | - |
| HSV(B) | 149.52º | 0.66% | 0.38% | - |
| XYZ | 5.74 | 9.06 | 6.3 | - |
| YUV | 73.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 64 | 0.66 | 0 | 0.33 | 0.62 | 149.52 | 0.49 | 0.25 |
| Hex | 21 | 60 | 40 | 42 | 0 | 21 | 3E | 96 | 31 | 19 |
| Octal | 41 | 140 | 100 | 102 | 0 | 41 | 76 | 226 | 61 | 31 |
| Binary | 100001 | 1100000 | 1000000 | 1000010 | 0 | 100001 | 111110 | 10010110 | 110001 | 11001 |
Color Harmonies of #216040
Complementary color
Monochromatic Colors of #216040
Black with #216040
Text Example
Text Example
White with #216040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216040; }
p { color: rgb(33,96,64); }
H1.HeaderClassName
{
color: #216040;
}
.AnyTagClassName
{
color: #216040;
}
</style>
background-color css
<style>
a { background-color: #216040; }
a { background-color: rgb(33,96,64); }
div.DivClassName
{
background-color: #216040;
}
.BgClassName
{
background-color: #216040;
}
</style>
border-color css
<style>
span { border-color: #216040; }
span { border-color: rgb(33,96,64); }
td.TdClassName
{
border-color: #216040;
}
.TagClassName
{
border-color: #216040;
}
</style>