Shades of Forest Green #207C07
Tints of Forest Green #207C07
RGB
CMYK
RGB Variations
Color information
#207C07 (or 0x207C07) is known color: Forest Green. HEX triplet: 20, 7C and 07. RGB value is (32,124,7). Sum of RGB (Red+Green+Blue) = 32+124+7=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #207C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207C07 is #DF83F8. Grayscale: #535353. Windows color (decimal): -14648313 or 490528. OLE color: 490528.
HSL color Cylindrical-coordinate representation of color #207C07: hue angle of 107.18º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #207C07 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 7 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.51 |
| HSL | 107.18º | 0.89% | 0.26% | - |
| HSV(B) | 107.18º | 0.94% | 0.49% | - |
| XYZ | 7.84 | 14.74 | 2.63 | - |
| YUV | 83.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 7 | 0.74 | 0 | 0.94 | 0.51 | 107.18 | 0.89 | 0.26 |
| Hex | 20 | 7C | 7 | 4A | 0 | 5E | 33 | 6B | 59 | 1A |
| Octal | 40 | 174 | 7 | 112 | 0 | 136 | 63 | 153 | 131 | 32 |
| Binary | 100000 | 1111100 | 111 | 1001010 | 0 | 1011110 | 110011 | 1101011 | 1011001 | 11010 |
Color Harmonies of #207C07
Complementary color
Monochromatic Colors of #207C07
Black with #207C07
Text Example
Text Example
White with #207C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C07; }
p { color: rgb(32,124,7); }
H1.HeaderClassName
{
color: #207C07;
}
.AnyTagClassName
{
color: #207C07;
}
</style>
background-color css
<style>
a { background-color: #207C07; }
a { background-color: rgb(32,124,7); }
div.DivClassName
{
background-color: #207C07;
}
.BgClassName
{
background-color: #207C07;
}
</style>
border-color css
<style>
span { border-color: #207C07; }
span { border-color: rgb(32,124,7); }
td.TdClassName
{
border-color: #207C07;
}
.TagClassName
{
border-color: #207C07;
}
</style>