Shades of Green #207501
Tints of Green #207501
RGB
CMYK
RGB Variations
Color information
#207501 (or 0x207501) is known color: Green. HEX triplet: 20, 75 and 01. RGB value is (32,117,1). Sum of RGB (Red+Green+Blue) = 32+117+1=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #207501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207501 is #DF8AFE. Grayscale: #4E4E4E. Windows color (decimal): -14650111 or 95520. OLE color: 95520.
HSL color Cylindrical-coordinate representation of color #207501: hue angle of 103.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #207501 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.54 |
| HSL | 103.97º | 0.98% | 0.23% | - |
| HSV(B) | 103.97º | 0.99% | 0.46% | - |
| XYZ | 6.96 | 13.03 | 2.18 | - |
| YUV | 78.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 1 | 0.73 | 0 | 0.99 | 0.54 | 103.97 | 0.98 | 0.23 |
| Hex | 20 | 75 | 1 | 49 | 0 | 63 | 36 | 68 | 62 | 17 |
| Octal | 40 | 165 | 1 | 111 | 0 | 143 | 66 | 150 | 142 | 27 |
| Binary | 100000 | 1110101 | 1 | 1001001 | 0 | 1100011 | 110110 | 1101000 | 1100010 | 10111 |
Color Harmonies of #207501
Complementary color
Monochromatic Colors of #207501
Black with #207501
Text Example
Text Example
White with #207501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207501; }
p { color: rgb(32,117,1); }
H1.HeaderClassName
{
color: #207501;
}
.AnyTagClassName
{
color: #207501;
}
</style>
background-color css
<style>
a { background-color: #207501; }
a { background-color: rgb(32,117,1); }
div.DivClassName
{
background-color: #207501;
}
.BgClassName
{
background-color: #207501;
}
</style>
border-color css
<style>
span { border-color: #207501; }
span { border-color: rgb(32,117,1); }
td.TdClassName
{
border-color: #207501;
}
.TagClassName
{
border-color: #207501;
}
</style>