Shades of Green #207205
Tints of Green #207205
RGB
CMYK
RGB Variations
Color information
#207205 (or 0x207205) is known color: Green. HEX triplet: 20, 72 and 05. RGB value is (32,114,5). Sum of RGB (Red+Green+Blue) = 32+114+5=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #207205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207205 is #DF8DFA. Grayscale: #4D4D4D. Windows color (decimal): -14650875 or 356896. OLE color: 356896.
HSL color Cylindrical-coordinate representation of color #207205: hue angle of 105.14º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #207205 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 5 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.55 |
| HSL | 105.14º | 0.92% | 0.23% | - |
| HSV(B) | 105.14º | 0.96% | 0.45% | - |
| XYZ | 6.64 | 12.35 | 2.18 | - |
| YUV | 77.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 5 | 0.72 | 0 | 0.96 | 0.55 | 105.14 | 0.92 | 0.23 |
| Hex | 20 | 72 | 5 | 48 | 0 | 60 | 37 | 69 | 5C | 17 |
| Octal | 40 | 162 | 5 | 110 | 0 | 140 | 67 | 151 | 134 | 27 |
| Binary | 100000 | 1110010 | 101 | 1001000 | 0 | 1100000 | 110111 | 1101001 | 1011100 | 10111 |
Color Harmonies of #207205
Complementary color
Monochromatic Colors of #207205
Black with #207205
Text Example
Text Example
White with #207205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207205; }
p { color: rgb(32,114,5); }
H1.HeaderClassName
{
color: #207205;
}
.AnyTagClassName
{
color: #207205;
}
</style>
background-color css
<style>
a { background-color: #207205; }
a { background-color: rgb(32,114,5); }
div.DivClassName
{
background-color: #207205;
}
.BgClassName
{
background-color: #207205;
}
</style>
border-color css
<style>
span { border-color: #207205; }
span { border-color: rgb(32,114,5); }
td.TdClassName
{
border-color: #207205;
}
.TagClassName
{
border-color: #207205;
}
</style>