Shades of Green #208200
Tints of Green #208200
RGB
CMYK
RGB Variations
Color information
#208200 (or 0x208200) is known color: Green. HEX triplet: 20, 82 and 00. RGB value is (32,130,0). Sum of RGB (Red+Green+Blue) = 32+130+0=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #208200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208200 is #DF7DFF. Grayscale: #565656. Windows color (decimal): -14646784 or 33312. OLE color: 33312.
HSL color Cylindrical-coordinate representation of color #208200: hue angle of 105.23º 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 #208200 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.49 |
| HSL | 105.23º | 1% | 0.25% | - |
| HSV(B) | 105.23º | 1% | 0.51% | - |
| XYZ | 8.58 | 16.27 | 2.69 | - |
| YUV | 85.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 0 | 0.75 | 0 | 1 | 0.49 | 105.23 | 1 | 0.25 |
| Hex | 20 | 82 | 0 | 4B | 0 | 64 | 31 | 69 | 64 | 19 |
| Octal | 40 | 202 | 0 | 113 | 0 | 144 | 61 | 151 | 144 | 31 |
| Binary | 100000 | 10000010 | 0 | 1001011 | 0 | 1100100 | 110001 | 1101001 | 1100100 | 11001 |
Color Harmonies of #208200
Complementary color
Monochromatic Colors of #208200
Black with #208200
Text Example
Text Example
White with #208200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208200; }
p { color: rgb(32,130,0); }
H1.HeaderClassName
{
color: #208200;
}
.AnyTagClassName
{
color: #208200;
}
</style>
background-color css
<style>
a { background-color: #208200; }
a { background-color: rgb(32,130,0); }
div.DivClassName
{
background-color: #208200;
}
.BgClassName
{
background-color: #208200;
}
</style>
border-color css
<style>
span { border-color: #208200; }
span { border-color: rgb(32,130,0); }
td.TdClassName
{
border-color: #208200;
}
.TagClassName
{
border-color: #208200;
}
</style>