Shades of Forest Green #20950C
Tints of Forest Green #20950C
RGB
CMYK
RGB Variations
Color information
#20950C (or 0x20950C) is known color: Forest Green. HEX triplet: 20, 95 and 0C. RGB value is (32,149,12). Sum of RGB (Red+Green+Blue) = 32+149+12=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #20950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20950C is #DF6AF3. Grayscale: #626262. Windows color (decimal): -14641908 or 824608. OLE color: 824608.
HSL color Cylindrical-coordinate representation of color #20950C: hue angle of 111.24º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20950C is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 12 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.42 |
| HSL | 111.24º | 0.85% | 0.32% | - |
| HSV(B) | 111.24º | 0.92% | 0.58% | - |
| XYZ | 11.41 | 21.83 | 3.96 | - |
| YUV | 98.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 12 | 0.79 | 0 | 0.92 | 0.42 | 111.24 | 0.85 | 0.32 |
| Hex | 20 | 95 | C | 4F | 0 | 5C | 2A | 6F | 55 | 20 |
| Octal | 40 | 225 | 14 | 117 | 0 | 134 | 52 | 157 | 125 | 40 |
| Binary | 100000 | 10010101 | 1100 | 1001111 | 0 | 1011100 | 101010 | 1101111 | 1010101 | 100000 |
Color Harmonies of #20950C
Complementary color
Monochromatic Colors of #20950C
Black with #20950C
Text Example
Text Example
White with #20950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20950C; }
p { color: rgb(32,149,12); }
H1.HeaderClassName
{
color: #20950C;
}
.AnyTagClassName
{
color: #20950C;
}
</style>
background-color css
<style>
a { background-color: #20950C; }
a { background-color: rgb(32,149,12); }
div.DivClassName
{
background-color: #20950C;
}
.BgClassName
{
background-color: #20950C;
}
</style>
border-color css
<style>
span { border-color: #20950C; }
span { border-color: rgb(32,149,12); }
td.TdClassName
{
border-color: #20950C;
}
.TagClassName
{
border-color: #20950C;
}
</style>