Shades of Forest Green #20992D
Tints of Forest Green #20992D
RGB
CMYK
RGB Variations
Color information
#20992D (or 0x20992D) is known color: Forest Green. HEX triplet: 20, 99 and 2D. RGB value is (32,153,45). Sum of RGB (Red+Green+Blue) = 32+153+45=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #20992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20992D is #DF66D2. Grayscale: #686868. Windows color (decimal): -14640851 or 2988320. OLE color: 2988320.
HSL color Cylindrical-coordinate representation of color #20992D: hue angle of 126.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20992D is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 45 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.4 |
| HSL | 126.45º | 0.65% | 0.36% | - |
| HSV(B) | 126.45º | 0.79% | 0.6% | - |
| XYZ | 12.46 | 23.28 | 6.32 | - |
| YUV | 104.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 45 | 0.79 | 0 | 0.71 | 0.4 | 126.45 | 0.65 | 0.36 |
| Hex | 20 | 99 | 2D | 4F | 0 | 47 | 28 | 7E | 41 | 24 |
| Octal | 40 | 231 | 55 | 117 | 0 | 107 | 50 | 176 | 101 | 44 |
| Binary | 100000 | 10011001 | 101101 | 1001111 | 0 | 1000111 | 101000 | 1111110 | 1000001 | 100100 |
Color Harmonies of #20992D
Complementary color
Monochromatic Colors of #20992D
Black with #20992D
Text Example
Text Example
White with #20992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20992D; }
p { color: rgb(32,153,45); }
H1.HeaderClassName
{
color: #20992D;
}
.AnyTagClassName
{
color: #20992D;
}
</style>
background-color css
<style>
a { background-color: #20992D; }
a { background-color: rgb(32,153,45); }
div.DivClassName
{
background-color: #20992D;
}
.BgClassName
{
background-color: #20992D;
}
</style>
border-color css
<style>
span { border-color: #20992D; }
span { border-color: rgb(32,153,45); }
td.TdClassName
{
border-color: #20992D;
}
.TagClassName
{
border-color: #20992D;
}
</style>