Shades of Forest Green #20951C
Tints of Forest Green #20951C
RGB
CMYK
RGB Variations
Color information
#20951C (or 0x20951C) is known color: Forest Green. HEX triplet: 20, 95 and 1C. RGB value is (32,149,28). Sum of RGB (Red+Green+Blue) = 32+149+28=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #20951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20951C is #DF6AE3. Grayscale: #646464. Windows color (decimal): -14641892 or 1873184. OLE color: 1873184.
HSL color Cylindrical-coordinate representation of color #20951C: hue angle of 118.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20951C is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 28 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.42 |
| HSL | 118.02º | 0.68% | 0.35% | - |
| HSV(B) | 118.02º | 0.81% | 0.58% | - |
| XYZ | 11.55 | 21.89 | 4.71 | - |
| YUV | 100.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 28 | 0.79 | 0 | 0.81 | 0.42 | 118.02 | 0.68 | 0.35 |
| Hex | 20 | 95 | 1C | 4F | 0 | 51 | 2A | 76 | 44 | 23 |
| Octal | 40 | 225 | 34 | 117 | 0 | 121 | 52 | 166 | 104 | 43 |
| Binary | 100000 | 10010101 | 11100 | 1001111 | 0 | 1010001 | 101010 | 1110110 | 1000100 | 100011 |
Color Harmonies of #20951C
Complementary color
Monochromatic Colors of #20951C
Black with #20951C
Text Example
Text Example
White with #20951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20951C; }
p { color: rgb(32,149,28); }
H1.HeaderClassName
{
color: #20951C;
}
.AnyTagClassName
{
color: #20951C;
}
</style>
background-color css
<style>
a { background-color: #20951C; }
a { background-color: rgb(32,149,28); }
div.DivClassName
{
background-color: #20951C;
}
.BgClassName
{
background-color: #20951C;
}
</style>
border-color css
<style>
span { border-color: #20951C; }
span { border-color: rgb(32,149,28); }
td.TdClassName
{
border-color: #20951C;
}
.TagClassName
{
border-color: #20951C;
}
</style>