Shades of Forest Green #20820F
Tints of Forest Green #20820F
RGB
CMYK
RGB Variations
Color information
#20820F (or 0x20820F) is known color: Forest Green. HEX triplet: 20, 82 and 0F. RGB value is (32,130,15). Sum of RGB (Red+Green+Blue) = 32+130+15=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #20820F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20820F is #DF7DF0. Grayscale: #575757. Windows color (decimal): -14646769 or 1016352. OLE color: 1016352.
HSL color Cylindrical-coordinate representation of color #20820F: hue angle of 111.13º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20820F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 15 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.49 |
| HSL | 111.13º | 0.79% | 0.28% | - |
| HSV(B) | 111.13º | 0.88% | 0.51% | - |
| XYZ | 8.66 | 16.31 | 3.14 | - |
| YUV | 87.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 15 | 0.75 | 0 | 0.88 | 0.49 | 111.13 | 0.79 | 0.28 |
| Hex | 20 | 82 | F | 4B | 0 | 58 | 31 | 6F | 4F | 1C |
| Octal | 40 | 202 | 17 | 113 | 0 | 130 | 61 | 157 | 117 | 34 |
| Binary | 100000 | 10000010 | 1111 | 1001011 | 0 | 1011000 | 110001 | 1101111 | 1001111 | 11100 |
Color Harmonies of #20820F
Complementary color
Monochromatic Colors of #20820F
Black with #20820F
Text Example
Text Example
White with #20820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20820F; }
p { color: rgb(32,130,15); }
H1.HeaderClassName
{
color: #20820F;
}
.AnyTagClassName
{
color: #20820F;
}
</style>
background-color css
<style>
a { background-color: #20820F; }
a { background-color: rgb(32,130,15); }
div.DivClassName
{
background-color: #20820F;
}
.BgClassName
{
background-color: #20820F;
}
</style>
border-color css
<style>
span { border-color: #20820F; }
span { border-color: rgb(32,130,15); }
td.TdClassName
{
border-color: #20820F;
}
.TagClassName
{
border-color: #20820F;
}
</style>