Shades of Green #218200
Tints of Green #218200
RGB
CMYK
RGB Variations
Color information
#218200 (or 0x218200) is known color: Green. HEX triplet: 21, 82 and 00. RGB value is (33,130,0). Sum of RGB (Red+Green+Blue) = 33+130+0=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #218200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218200 is #DE7DFF. Grayscale: #565656. Windows color (decimal): -14581248 or 33313. OLE color: 33313.
HSL color Cylindrical-coordinate representation of color #218200: hue angle of 104.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #218200 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.49 |
| HSL | 104.77º | 1% | 0.25% | - |
| HSV(B) | 104.77º | 1% | 0.51% | - |
| XYZ | 8.61 | 16.29 | 2.69 | - |
| YUV | 86.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 0 | 0.75 | 0 | 1 | 0.49 | 104.77 | 1 | 0.25 |
| Hex | 21 | 82 | 0 | 4B | 0 | 64 | 31 | 69 | 64 | 19 |
| Octal | 41 | 202 | 0 | 113 | 0 | 144 | 61 | 151 | 144 | 31 |
| Binary | 100001 | 10000010 | 0 | 1001011 | 0 | 1100100 | 110001 | 1101001 | 1100100 | 11001 |
Color Harmonies of #218200
Complementary color
Monochromatic Colors of #218200
Black with #218200
Text Example
Text Example
White with #218200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218200; }
p { color: rgb(33,130,0); }
H1.HeaderClassName
{
color: #218200;
}
.AnyTagClassName
{
color: #218200;
}
</style>
background-color css
<style>
a { background-color: #218200; }
a { background-color: rgb(33,130,0); }
div.DivClassName
{
background-color: #218200;
}
.BgClassName
{
background-color: #218200;
}
</style>
border-color css
<style>
span { border-color: #218200; }
span { border-color: rgb(33,130,0); }
td.TdClassName
{
border-color: #218200;
}
.TagClassName
{
border-color: #218200;
}
</style>