Shades of Forest Green #207A11
Tints of Forest Green #207A11
RGB
CMYK
RGB Variations
Color information
#207A11 (or 0x207A11) is known color: Forest Green. HEX triplet: 20, 7A and 11. RGB value is (32,122,17). Sum of RGB (Red+Green+Blue) = 32+122+17=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 122 (48.05% from 255 or 71.35% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 122 - color contains mainly: green. Hex color #207A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207A11 is #DF85EE. Grayscale: #535353. Windows color (decimal): -14648815 or 1145376. OLE color: 1145376.
HSL color Cylindrical-coordinate representation of color #207A11: hue angle of 111.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207A11 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 17 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.52 |
| HSL | 111.43º | 0.76% | 0.27% | - |
| HSV(B) | 111.43º | 0.86% | 0.48% | - |
| XYZ | 7.66 | 14.27 | 2.88 | - |
| YUV | 83.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 17 | 0.74 | 0 | 0.86 | 0.52 | 111.43 | 0.76 | 0.27 |
| Hex | 20 | 7A | 11 | 4A | 0 | 56 | 34 | 6F | 4C | 1B |
| Octal | 40 | 172 | 21 | 112 | 0 | 126 | 64 | 157 | 114 | 33 |
| Binary | 100000 | 1111010 | 10001 | 1001010 | 0 | 1010110 | 110100 | 1101111 | 1001100 | 11011 |
Color Harmonies of #207A11
Complementary color
Monochromatic Colors of #207A11
Black with #207A11
Text Example
Text Example
White with #207A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A11; }
p { color: rgb(32,122,17); }
H1.HeaderClassName
{
color: #207A11;
}
.AnyTagClassName
{
color: #207A11;
}
</style>
background-color css
<style>
a { background-color: #207A11; }
a { background-color: rgb(32,122,17); }
div.DivClassName
{
background-color: #207A11;
}
.BgClassName
{
background-color: #207A11;
}
</style>
border-color css
<style>
span { border-color: #207A11; }
span { border-color: rgb(32,122,17); }
td.TdClassName
{
border-color: #207A11;
}
.TagClassName
{
border-color: #207A11;
}
</style>