Shades of Green #216800
Tints of Green #216800
RGB
CMYK
RGB Variations
Color information
#216800 (or 0x216800) is known color: Green. HEX triplet: 21, 68 and 00. RGB value is (33,104,0). Sum of RGB (Red+Green+Blue) = 33+104+0=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #216800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216800 is #DE97FF. Grayscale: #474747. Windows color (decimal): -14587904 or 26657. OLE color: 26657.
HSL color Cylindrical-coordinate representation of color #216800: hue angle of 100.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #216800 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.59 |
| HSL | 100.96º | 1% | 0.2% | - |
| HSV(B) | 100.96º | 1% | 0.41% | - |
| XYZ | 5.58 | 10.22 | 1.68 | - |
| YUV | 70.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 0 | 0.68 | 0 | 1 | 0.59 | 100.96 | 1 | 0.2 |
| Hex | 21 | 68 | 0 | 44 | 0 | 64 | 3B | 65 | 64 | 14 |
| Octal | 41 | 150 | 0 | 104 | 0 | 144 | 73 | 145 | 144 | 24 |
| Binary | 100001 | 1101000 | 0 | 1000100 | 0 | 1100100 | 111011 | 1100101 | 1100100 | 10100 |
Color Harmonies of #216800
Complementary color
Monochromatic Colors of #216800
Black with #216800
Text Example
Text Example
White with #216800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216800; }
p { color: rgb(33,104,0); }
H1.HeaderClassName
{
color: #216800;
}
.AnyTagClassName
{
color: #216800;
}
</style>
background-color css
<style>
a { background-color: #216800; }
a { background-color: rgb(33,104,0); }
div.DivClassName
{
background-color: #216800;
}
.BgClassName
{
background-color: #216800;
}
</style>
border-color css
<style>
span { border-color: #216800; }
span { border-color: rgb(33,104,0); }
td.TdClassName
{
border-color: #216800;
}
.TagClassName
{
border-color: #216800;
}
</style>