Shades of Forest Green #207C15
Tints of Forest Green #207C15
RGB
CMYK
RGB Variations
Color information
#207C15 (or 0x207C15) is known color: Forest Green. HEX triplet: 20, 7C and 15. RGB value is (32,124,21). Sum of RGB (Red+Green+Blue) = 32+124+21=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #207C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207C15 is #DF83EA. Grayscale: #555555. Windows color (decimal): -14648299 or 1408032. OLE color: 1408032.
HSL color Cylindrical-coordinate representation of color #207C15: hue angle of 113.59º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207C15 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 21 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.51 |
| HSL | 113.59º | 0.71% | 0.28% | - |
| HSV(B) | 113.59º | 0.83% | 0.49% | - |
| XYZ | 7.94 | 14.78 | 3.14 | - |
| YUV | 84.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 21 | 0.74 | 0 | 0.83 | 0.51 | 113.59 | 0.71 | 0.28 |
| Hex | 20 | 7C | 15 | 4A | 0 | 53 | 33 | 72 | 47 | 1C |
| Octal | 40 | 174 | 25 | 112 | 0 | 123 | 63 | 162 | 107 | 34 |
| Binary | 100000 | 1111100 | 10101 | 1001010 | 0 | 1010011 | 110011 | 1110010 | 1000111 | 11100 |
Color Harmonies of #207C15
Complementary color
Monochromatic Colors of #207C15
Black with #207C15
Text Example
Text Example
White with #207C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C15; }
p { color: rgb(32,124,21); }
H1.HeaderClassName
{
color: #207C15;
}
.AnyTagClassName
{
color: #207C15;
}
</style>
background-color css
<style>
a { background-color: #207C15; }
a { background-color: rgb(32,124,21); }
div.DivClassName
{
background-color: #207C15;
}
.BgClassName
{
background-color: #207C15;
}
</style>
border-color css
<style>
span { border-color: #207C15; }
span { border-color: rgb(32,124,21); }
td.TdClassName
{
border-color: #207C15;
}
.TagClassName
{
border-color: #207C15;
}
</style>