Shades of Forest Green #20951F
Tints of Forest Green #20951F
RGB
CMYK
RGB Variations
Color information
#20951F (or 0x20951F) is known color: Forest Green. HEX triplet: 20, 95 and 1F. RGB value is (32,149,31). Sum of RGB (Red+Green+Blue) = 32+149+31=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #20951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20951F is #DF6AE0. Grayscale: #646464. Windows color (decimal): -14641889 or 2069792. OLE color: 2069792.
HSL color Cylindrical-coordinate representation of color #20951F: hue angle of 119.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20951F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 31 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.42 |
| HSL | 119.49º | 0.66% | 0.35% | - |
| HSV(B) | 119.49º | 0.79% | 0.58% | - |
| XYZ | 11.59 | 21.9 | 4.91 | - |
| YUV | 100.57 | 88.74 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 31 | 0.79 | 0 | 0.79 | 0.42 | 119.49 | 0.66 | 0.35 |
| Hex | 20 | 95 | 1F | 4F | 0 | 4F | 2A | 77 | 42 | 23 |
| Octal | 40 | 225 | 37 | 117 | 0 | 117 | 52 | 167 | 102 | 43 |
| Binary | 100000 | 10010101 | 11111 | 1001111 | 0 | 1001111 | 101010 | 1110111 | 1000010 | 100011 |
Color Harmonies of #20951F
Complementary color
Monochromatic Colors of #20951F
Black with #20951F
Text Example
Text Example
White with #20951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20951F; }
p { color: rgb(32,149,31); }
H1.HeaderClassName
{
color: #20951F;
}
.AnyTagClassName
{
color: #20951F;
}
</style>
background-color css
<style>
a { background-color: #20951F; }
a { background-color: rgb(32,149,31); }
div.DivClassName
{
background-color: #20951F;
}
.BgClassName
{
background-color: #20951F;
}
</style>
border-color css
<style>
span { border-color: #20951F; }
span { border-color: rgb(32,149,31); }
td.TdClassName
{
border-color: #20951F;
}
.TagClassName
{
border-color: #20951F;
}
</style>