Shades of Forest Green #207C12
Tints of Forest Green #207C12
RGB
CMYK
RGB Variations
Color information
#207C12 (or 0x207C12) is known color: Forest Green. HEX triplet: 20, 7C and 12. RGB value is (32,124,18). Sum of RGB (Red+Green+Blue) = 32+124+18=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #207C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207C12 is #DF83ED. Grayscale: #545454. Windows color (decimal): -14648302 or 1211424. OLE color: 1211424.
HSL color Cylindrical-coordinate representation of color #207C12: hue angle of 112.08º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207C12 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 18 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.51 |
| HSL | 112.08º | 0.75% | 0.28% | - |
| HSV(B) | 112.08º | 0.85% | 0.49% | - |
| XYZ | 7.91 | 14.77 | 3.01 | - |
| YUV | 84.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 18 | 0.74 | 0 | 0.85 | 0.51 | 112.08 | 0.75 | 0.28 |
| Hex | 20 | 7C | 12 | 4A | 0 | 55 | 33 | 70 | 4B | 1C |
| Octal | 40 | 174 | 22 | 112 | 0 | 125 | 63 | 160 | 113 | 34 |
| Binary | 100000 | 1111100 | 10010 | 1001010 | 0 | 1010101 | 110011 | 1110000 | 1001011 | 11100 |
Color Harmonies of #207C12
Complementary color
Monochromatic Colors of #207C12
Black with #207C12
Text Example
Text Example
White with #207C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C12; }
p { color: rgb(32,124,18); }
H1.HeaderClassName
{
color: #207C12;
}
.AnyTagClassName
{
color: #207C12;
}
</style>
background-color css
<style>
a { background-color: #207C12; }
a { background-color: rgb(32,124,18); }
div.DivClassName
{
background-color: #207C12;
}
.BgClassName
{
background-color: #207C12;
}
</style>
border-color css
<style>
span { border-color: #207C12; }
span { border-color: rgb(32,124,18); }
td.TdClassName
{
border-color: #207C12;
}
.TagClassName
{
border-color: #207C12;
}
</style>