Shades of Green #207503
Tints of Green #207503
RGB
CMYK
RGB Variations
Color information
#207503 (or 0x207503) is known color: Green. HEX triplet: 20, 75 and 03. RGB value is (32,117,3). Sum of RGB (Red+Green+Blue) = 32+117+3=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #207503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207503 is #DF8AFC. Grayscale: #4E4E4E. Windows color (decimal): -14650109 or 226592. OLE color: 226592.
HSL color Cylindrical-coordinate representation of color #207503: hue angle of 104.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #207503 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 3 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.54 |
| HSL | 104.74º | 0.95% | 0.24% | - |
| HSV(B) | 104.74º | 0.97% | 0.46% | - |
| XYZ | 6.97 | 13.04 | 2.23 | - |
| YUV | 78.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 3 | 0.73 | 0 | 0.97 | 0.54 | 104.74 | 0.95 | 0.24 |
| Hex | 20 | 75 | 3 | 49 | 0 | 61 | 36 | 69 | 5F | 18 |
| Octal | 40 | 165 | 3 | 111 | 0 | 141 | 66 | 151 | 137 | 30 |
| Binary | 100000 | 1110101 | 11 | 1001001 | 0 | 1100001 | 110110 | 1101001 | 1011111 | 11000 |
Color Harmonies of #207503
Complementary color
Monochromatic Colors of #207503
Black with #207503
Text Example
Text Example
White with #207503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207503; }
p { color: rgb(32,117,3); }
H1.HeaderClassName
{
color: #207503;
}
.AnyTagClassName
{
color: #207503;
}
</style>
background-color css
<style>
a { background-color: #207503; }
a { background-color: rgb(32,117,3); }
div.DivClassName
{
background-color: #207503;
}
.BgClassName
{
background-color: #207503;
}
</style>
border-color css
<style>
span { border-color: #207503; }
span { border-color: rgb(32,117,3); }
td.TdClassName
{
border-color: #207503;
}
.TagClassName
{
border-color: #207503;
}
</style>