Shades of Forest Green #20952F
Tints of Forest Green #20952F
RGB
CMYK
RGB Variations
Color information
#20952F (or 0x20952F) is known color: Forest Green. HEX triplet: 20, 95 and 2F. RGB value is (32,149,47). Sum of RGB (Red+Green+Blue) = 32+149+47=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #20952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20952F is #DF6AD0. Grayscale: #666666. Windows color (decimal): -14641873 or 3118368. OLE color: 3118368.
HSL color Cylindrical-coordinate representation of color #20952F: hue angle of 127.69º degrees, saturation: 0.65, 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 #20952F is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 47 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.42 |
| HSL | 127.69º | 0.65% | 0.35% | - |
| HSV(B) | 127.69º | 0.79% | 0.58% | - |
| XYZ | 11.86 | 22.01 | 6.31 | - |
| YUV | 102.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 47 | 0.79 | 0 | 0.68 | 0.42 | 127.69 | 0.65 | 0.35 |
| Hex | 20 | 95 | 2F | 4F | 0 | 44 | 2A | 80 | 41 | 23 |
| Octal | 40 | 225 | 57 | 117 | 0 | 104 | 52 | 200 | 101 | 43 |
| Binary | 100000 | 10010101 | 101111 | 1001111 | 0 | 1000100 | 101010 | 10000000 | 1000001 | 100011 |
Color Harmonies of #20952F
Complementary color
Monochromatic Colors of #20952F
Black with #20952F
Text Example
Text Example
White with #20952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20952F; }
p { color: rgb(32,149,47); }
H1.HeaderClassName
{
color: #20952F;
}
.AnyTagClassName
{
color: #20952F;
}
</style>
background-color css
<style>
a { background-color: #20952F; }
a { background-color: rgb(32,149,47); }
div.DivClassName
{
background-color: #20952F;
}
.BgClassName
{
background-color: #20952F;
}
</style>
border-color css
<style>
span { border-color: #20952F; }
span { border-color: rgb(32,149,47); }
td.TdClassName
{
border-color: #20952F;
}
.TagClassName
{
border-color: #20952F;
}
</style>