Shades of Forest Green #207508
Tints of Forest Green #207508
RGB
CMYK
RGB Variations
Color information
#207508 (or 0x207508) is known color: Forest Green. HEX triplet: 20, 75 and 08. RGB value is (32,117,8). Sum of RGB (Red+Green+Blue) = 32+117+8=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #207508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207508 is #DF8AF7. Grayscale: #4F4F4F. Windows color (decimal): -14650104 or 554272. OLE color: 554272.
HSL color Cylindrical-coordinate representation of color #207508: hue angle of 106.79º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #207508 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 8 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.54 |
| HSL | 106.79º | 0.87% | 0.25% | - |
| HSV(B) | 106.79º | 0.93% | 0.46% | - |
| XYZ | 7 | 13.05 | 2.38 | - |
| YUV | 79.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 8 | 0.73 | 0 | 0.93 | 0.54 | 106.79 | 0.87 | 0.25 |
| Hex | 20 | 75 | 8 | 49 | 0 | 5D | 36 | 6B | 57 | 19 |
| Octal | 40 | 165 | 10 | 111 | 0 | 135 | 66 | 153 | 127 | 31 |
| Binary | 100000 | 1110101 | 1000 | 1001001 | 0 | 1011101 | 110110 | 1101011 | 1010111 | 11001 |
Color Harmonies of #207508
Complementary color
Monochromatic Colors of #207508
Black with #207508
Text Example
Text Example
White with #207508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207508; }
p { color: rgb(32,117,8); }
H1.HeaderClassName
{
color: #207508;
}
.AnyTagClassName
{
color: #207508;
}
</style>
background-color css
<style>
a { background-color: #207508; }
a { background-color: rgb(32,117,8); }
div.DivClassName
{
background-color: #207508;
}
.BgClassName
{
background-color: #207508;
}
</style>
border-color css
<style>
span { border-color: #207508; }
span { border-color: rgb(32,117,8); }
td.TdClassName
{
border-color: #207508;
}
.TagClassName
{
border-color: #207508;
}
</style>