Shades of Forest Green #20952B
Tints of Forest Green #20952B
RGB
CMYK
RGB Variations
Color information
#20952B (or 0x20952B) is known color: Forest Green. HEX triplet: 20, 95 and 2B. RGB value is (32,149,43). Sum of RGB (Red+Green+Blue) = 32+149+43=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #20952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20952B is #DF6AD4. Grayscale: #666666. Windows color (decimal): -14641877 or 2856224. OLE color: 2856224.
HSL color Cylindrical-coordinate representation of color #20952B: hue angle of 125.64º 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 #20952B is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 43 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.42 |
| HSL | 125.64º | 0.65% | 0.35% | - |
| HSV(B) | 125.64º | 0.79% | 0.58% | - |
| XYZ | 11.78 | 21.98 | 5.91 | - |
| YUV | 101.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 43 | 0.79 | 0 | 0.71 | 0.42 | 125.64 | 0.65 | 0.35 |
| Hex | 20 | 95 | 2B | 4F | 0 | 47 | 2A | 7E | 41 | 23 |
| Octal | 40 | 225 | 53 | 117 | 0 | 107 | 52 | 176 | 101 | 43 |
| Binary | 100000 | 10010101 | 101011 | 1001111 | 0 | 1000111 | 101010 | 1111110 | 1000001 | 100011 |
Color Harmonies of #20952B
Complementary color
Monochromatic Colors of #20952B
Black with #20952B
Text Example
Text Example
White with #20952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20952B; }
p { color: rgb(32,149,43); }
H1.HeaderClassName
{
color: #20952B;
}
.AnyTagClassName
{
color: #20952B;
}
</style>
background-color css
<style>
a { background-color: #20952B; }
a { background-color: rgb(32,149,43); }
div.DivClassName
{
background-color: #20952B;
}
.BgClassName
{
background-color: #20952B;
}
</style>
border-color css
<style>
span { border-color: #20952B; }
span { border-color: rgb(32,149,43); }
td.TdClassName
{
border-color: #20952B;
}
.TagClassName
{
border-color: #20952B;
}
</style>