Shades of Green Pea #216044
Tints of Green Pea #216044
RGB
CMYK
RGB Variations
Color information
#216044 (or 0x216044) is known color: Green Pea. HEX triplet: 21, 60 and 44. RGB value is (33,96,68). Sum of RGB (Red+Green+Blue) = 33+96+68=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #216044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216044 is #DE9FBB. Grayscale: #4A4A4A. Windows color (decimal): -14589884 or 4481057. OLE color: 4481057.
HSL color Cylindrical-coordinate representation of color #216044: hue angle of 153.33º 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 #216044 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 68 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.62 |
| HSL | 153.33º | 0.49% | 0.25% | - |
| HSV(B) | 153.33º | 0.66% | 0.38% | - |
| XYZ | 5.85 | 9.11 | 6.92 | - |
| YUV | 73.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 68 | 0.66 | 0 | 0.29 | 0.62 | 153.33 | 0.49 | 0.25 |
| Hex | 21 | 60 | 44 | 42 | 0 | 1D | 3E | 99 | 31 | 19 |
| Octal | 41 | 140 | 104 | 102 | 0 | 35 | 76 | 231 | 61 | 31 |
| Binary | 100001 | 1100000 | 1000100 | 1000010 | 0 | 11101 | 111110 | 10011001 | 110001 | 11001 |
Color Harmonies of #216044
Complementary color
Monochromatic Colors of #216044
Black with #216044
Text Example
Text Example
White with #216044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216044; }
p { color: rgb(33,96,68); }
H1.HeaderClassName
{
color: #216044;
}
.AnyTagClassName
{
color: #216044;
}
</style>
background-color css
<style>
a { background-color: #216044; }
a { background-color: rgb(33,96,68); }
div.DivClassName
{
background-color: #216044;
}
.BgClassName
{
background-color: #216044;
}
</style>
border-color css
<style>
span { border-color: #216044; }
span { border-color: rgb(33,96,68); }
td.TdClassName
{
border-color: #216044;
}
.TagClassName
{
border-color: #216044;
}
</style>