Shades of Forest Green #20760C
Tints of Forest Green #20760C
RGB
CMYK
RGB Variations
Color information
#20760C (or 0x20760C) is known color: Forest Green. HEX triplet: 20, 76 and 0C. RGB value is (32,118,12). Sum of RGB (Red+Green+Blue) = 32+118+12=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #20760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20760C is #DF89F3. Grayscale: #505050. Windows color (decimal): -14649844 or 816672. OLE color: 816672.
HSL color Cylindrical-coordinate representation of color #20760C: hue angle of 108.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20760C is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 12 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.54 |
| HSL | 108.68º | 0.82% | 0.25% | - |
| HSV(B) | 108.68º | 0.9% | 0.46% | - |
| XYZ | 7.14 | 13.29 | 2.54 | - |
| YUV | 80.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 12 | 0.73 | 0 | 0.90 | 0.54 | 108.68 | 0.82 | 0.25 |
| Hex | 20 | 76 | C | 49 | 0 | 5A | 36 | 6D | 52 | 19 |
| Octal | 40 | 166 | 14 | 111 | 0 | 132 | 66 | 155 | 122 | 31 |
| Binary | 100000 | 1110110 | 1100 | 1001001 | 0 | 1011010 | 110110 | 1101101 | 1010010 | 11001 |
Color Harmonies of #20760C
Complementary color
Monochromatic Colors of #20760C
Black with #20760C
Text Example
Text Example
White with #20760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20760C; }
p { color: rgb(32,118,12); }
H1.HeaderClassName
{
color: #20760C;
}
.AnyTagClassName
{
color: #20760C;
}
</style>
background-color css
<style>
a { background-color: #20760C; }
a { background-color: rgb(32,118,12); }
div.DivClassName
{
background-color: #20760C;
}
.BgClassName
{
background-color: #20760C;
}
</style>
border-color css
<style>
span { border-color: #20760C; }
span { border-color: rgb(32,118,12); }
td.TdClassName
{
border-color: #20760C;
}
.TagClassName
{
border-color: #20760C;
}
</style>