Shades of Green #207204
Tints of Green #207204
RGB
CMYK
RGB Variations
Color information
#207204 (or 0x207204) is known color: Green. HEX triplet: 20, 72 and 04. RGB value is (32,114,4). Sum of RGB (Red+Green+Blue) = 32+114+4=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #207204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207204 is #DF8DFB. Grayscale: #4D4D4D. Windows color (decimal): -14650876 or 291360. OLE color: 291360.
HSL color Cylindrical-coordinate representation of color #207204: hue angle of 104.73º degrees, saturation: 0.93, 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 #207204 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 4 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.55 |
| HSL | 104.73º | 0.93% | 0.23% | - |
| HSV(B) | 104.73º | 0.96% | 0.45% | - |
| XYZ | 6.63 | 12.35 | 2.15 | - |
| YUV | 76.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 4 | 0.72 | 0 | 0.96 | 0.55 | 104.73 | 0.93 | 0.23 |
| Hex | 20 | 72 | 4 | 48 | 0 | 60 | 37 | 69 | 5D | 17 |
| Octal | 40 | 162 | 4 | 110 | 0 | 140 | 67 | 151 | 135 | 27 |
| Binary | 100000 | 1110010 | 100 | 1001000 | 0 | 1100000 | 110111 | 1101001 | 1011101 | 10111 |
Color Harmonies of #207204
Complementary color
Monochromatic Colors of #207204
Black with #207204
Text Example
Text Example
White with #207204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207204; }
p { color: rgb(32,114,4); }
H1.HeaderClassName
{
color: #207204;
}
.AnyTagClassName
{
color: #207204;
}
</style>
background-color css
<style>
a { background-color: #207204; }
a { background-color: rgb(32,114,4); }
div.DivClassName
{
background-color: #207204;
}
.BgClassName
{
background-color: #207204;
}
</style>
border-color css
<style>
span { border-color: #207204; }
span { border-color: rgb(32,114,4); }
td.TdClassName
{
border-color: #207204;
}
.TagClassName
{
border-color: #207204;
}
</style>