Shades of Forest Green #20761B
Tints of Forest Green #20761B
RGB
CMYK
RGB Variations
Color information
#20761B (or 0x20761B) is known color: Forest Green. HEX triplet: 20, 76 and 1B. RGB value is (32,118,27). Sum of RGB (Red+Green+Blue) = 32+118+27=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #20761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20761B is #DF89E4. Grayscale: #525252. Windows color (decimal): -14649829 or 1799712. OLE color: 1799712.
HSL color Cylindrical-coordinate representation of color #20761B: hue angle of 116.7º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20761B is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 27 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.54 |
| HSL | 116.7º | 0.63% | 0.28% | - |
| HSV(B) | 116.7º | 0.77% | 0.46% | - |
| XYZ | 7.27 | 13.34 | 3.23 | - |
| YUV | 81.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 27 | 0.73 | 0 | 0.77 | 0.54 | 116.7 | 0.63 | 0.28 |
| Hex | 20 | 76 | 1B | 49 | 0 | 4D | 36 | 75 | 3F | 1C |
| Octal | 40 | 166 | 33 | 111 | 0 | 115 | 66 | 165 | 77 | 34 |
| Binary | 100000 | 1110110 | 11011 | 1001001 | 0 | 1001101 | 110110 | 1110101 | 111111 | 11100 |
Color Harmonies of #20761B
Complementary color
Monochromatic Colors of #20761B
Black with #20761B
Text Example
Text Example
White with #20761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20761B; }
p { color: rgb(32,118,27); }
H1.HeaderClassName
{
color: #20761B;
}
.AnyTagClassName
{
color: #20761B;
}
</style>
background-color css
<style>
a { background-color: #20761B; }
a { background-color: rgb(32,118,27); }
div.DivClassName
{
background-color: #20761B;
}
.BgClassName
{
background-color: #20761B;
}
</style>
border-color css
<style>
span { border-color: #20761B; }
span { border-color: rgb(32,118,27); }
td.TdClassName
{
border-color: #20761B;
}
.TagClassName
{
border-color: #20761B;
}
</style>