Shades of Forest Green #207019
Tints of Forest Green #207019
RGB
CMYK
RGB Variations
Color information
#207019 (or 0x207019) is known color: Forest Green. HEX triplet: 20, 70 and 19. RGB value is (32,112,25). Sum of RGB (Red+Green+Blue) = 32+112+25=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #207019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207019 is #DF8FE6. Grayscale: #4E4E4E. Windows color (decimal): -14651367 or 1667104. OLE color: 1667104.
HSL color Cylindrical-coordinate representation of color #207019: hue angle of 115.17º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207019 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 25 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.56 |
| HSL | 115.17º | 0.64% | 0.27% | - |
| HSV(B) | 115.17º | 0.78% | 0.44% | - |
| XYZ | 6.57 | 11.97 | 2.88 | - |
| YUV | 78.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 25 | 0.71 | 0 | 0.78 | 0.56 | 115.17 | 0.64 | 0.27 |
| Hex | 20 | 70 | 19 | 47 | 0 | 4E | 38 | 73 | 40 | 1B |
| Octal | 40 | 160 | 31 | 107 | 0 | 116 | 70 | 163 | 100 | 33 |
| Binary | 100000 | 1110000 | 11001 | 1000111 | 0 | 1001110 | 111000 | 1110011 | 1000000 | 11011 |
Color Harmonies of #207019
Complementary color
Monochromatic Colors of #207019
Black with #207019
Text Example
Text Example
White with #207019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207019; }
p { color: rgb(32,112,25); }
H1.HeaderClassName
{
color: #207019;
}
.AnyTagClassName
{
color: #207019;
}
</style>
background-color css
<style>
a { background-color: #207019; }
a { background-color: rgb(32,112,25); }
div.DivClassName
{
background-color: #207019;
}
.BgClassName
{
background-color: #207019;
}
</style>
border-color css
<style>
span { border-color: #207019; }
span { border-color: rgb(32,112,25); }
td.TdClassName
{
border-color: #207019;
}
.TagClassName
{
border-color: #207019;
}
</style>