Shades of Forest Green #207C10
Tints of Forest Green #207C10
RGB
CMYK
RGB Variations
Color information
#207C10 (or 0x207C10) is known color: Forest Green. HEX triplet: 20, 7C and 10. RGB value is (32,124,16). Sum of RGB (Red+Green+Blue) = 32+124+16=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #207C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207C10 is #DF83EF. Grayscale: #545454. Windows color (decimal): -14648304 or 1080352. OLE color: 1080352.
HSL color Cylindrical-coordinate representation of color #207C10: hue angle of 111.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207C10 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 16 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.51 |
| HSL | 111.11º | 0.77% | 0.27% | - |
| HSV(B) | 111.11º | 0.87% | 0.49% | - |
| XYZ | 7.9 | 14.76 | 2.92 | - |
| YUV | 84.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 16 | 0.74 | 0 | 0.87 | 0.51 | 111.11 | 0.77 | 0.27 |
| Hex | 20 | 7C | 10 | 4A | 0 | 57 | 33 | 6F | 4D | 1B |
| Octal | 40 | 174 | 20 | 112 | 0 | 127 | 63 | 157 | 115 | 33 |
| Binary | 100000 | 1111100 | 10000 | 1001010 | 0 | 1010111 | 110011 | 1101111 | 1001101 | 11011 |
Color Harmonies of #207C10
Complementary color
Monochromatic Colors of #207C10
Black with #207C10
Text Example
Text Example
White with #207C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C10; }
p { color: rgb(32,124,16); }
H1.HeaderClassName
{
color: #207C10;
}
.AnyTagClassName
{
color: #207C10;
}
</style>
background-color css
<style>
a { background-color: #207C10; }
a { background-color: rgb(32,124,16); }
div.DivClassName
{
background-color: #207C10;
}
.BgClassName
{
background-color: #207C10;
}
</style>
border-color css
<style>
span { border-color: #207C10; }
span { border-color: rgb(32,124,16); }
td.TdClassName
{
border-color: #207C10;
}
.TagClassName
{
border-color: #207C10;
}
</style>