Shades of Green #207300
Tints of Green #207300
RGB
CMYK
RGB Variations
Color information
#207300 (or 0x207300) is known color: Green. HEX triplet: 20, 73 and 00. RGB value is (32,115,0). Sum of RGB (Red+Green+Blue) = 32+115+0=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #207300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207300 is #DF8CFF. Grayscale: #4D4D4D. Windows color (decimal): -14650624 or 29472. OLE color: 29472.
HSL color Cylindrical-coordinate representation of color #207300: hue angle of 103.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #207300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.55 |
| HSL | 103.3º | 1% | 0.23% | - |
| HSV(B) | 103.3º | 1% | 0.45% | - |
| XYZ | 6.73 | 12.57 | 2.07 | - |
| YUV | 77.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 0 | 0.72 | 0 | 1 | 0.55 | 103.3 | 1 | 0.23 |
| Hex | 20 | 73 | 0 | 48 | 0 | 64 | 37 | 67 | 64 | 17 |
| Octal | 40 | 163 | 0 | 110 | 0 | 144 | 67 | 147 | 144 | 27 |
| Binary | 100000 | 1110011 | 0 | 1001000 | 0 | 1100100 | 110111 | 1100111 | 1100100 | 10111 |
Color Harmonies of #207300
Complementary color
Monochromatic Colors of #207300
Black with #207300
Text Example
Text Example
White with #207300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207300; }
p { color: rgb(32,115,0); }
H1.HeaderClassName
{
color: #207300;
}
.AnyTagClassName
{
color: #207300;
}
</style>
background-color css
<style>
a { background-color: #207300; }
a { background-color: rgb(32,115,0); }
div.DivClassName
{
background-color: #207300;
}
.BgClassName
{
background-color: #207300;
}
</style>
border-color css
<style>
span { border-color: #207300; }
span { border-color: rgb(32,115,0); }
td.TdClassName
{
border-color: #207300;
}
.TagClassName
{
border-color: #207300;
}
</style>