Shades of Green #207301
Tints of Green #207301
RGB
CMYK
RGB Variations
Color information
#207301 (or 0x207301) is known color: Green. HEX triplet: 20, 73 and 01. RGB value is (32,115,1). Sum of RGB (Red+Green+Blue) = 32+115+1=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #207301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207301 is #DF8CFE. Grayscale: #4D4D4D. Windows color (decimal): -14650623 or 95008. OLE color: 95008.
HSL color Cylindrical-coordinate representation of color #207301: hue angle of 103.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #207301 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.55 |
| HSL | 103.68º | 0.98% | 0.23% | - |
| HSV(B) | 103.68º | 0.99% | 0.45% | - |
| XYZ | 6.73 | 12.57 | 2.1 | - |
| YUV | 77.19 | 85 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 1 | 0.72 | 0 | 0.99 | 0.55 | 103.68 | 0.98 | 0.23 |
| Hex | 20 | 73 | 1 | 48 | 0 | 63 | 37 | 68 | 62 | 17 |
| Octal | 40 | 163 | 1 | 110 | 0 | 143 | 67 | 150 | 142 | 27 |
| Binary | 100000 | 1110011 | 1 | 1001000 | 0 | 1100011 | 110111 | 1101000 | 1100010 | 10111 |
Color Harmonies of #207301
Complementary color
Monochromatic Colors of #207301
Black with #207301
Text Example
Text Example
White with #207301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207301; }
p { color: rgb(32,115,1); }
H1.HeaderClassName
{
color: #207301;
}
.AnyTagClassName
{
color: #207301;
}
</style>
background-color css
<style>
a { background-color: #207301; }
a { background-color: rgb(32,115,1); }
div.DivClassName
{
background-color: #207301;
}
.BgClassName
{
background-color: #207301;
}
</style>
border-color css
<style>
span { border-color: #207301; }
span { border-color: rgb(32,115,1); }
td.TdClassName
{
border-color: #207301;
}
.TagClassName
{
border-color: #207301;
}
</style>