Shades of Forest Green #20993D
Tints of Forest Green #20993D
RGB
CMYK
RGB Variations
Color information
#20993D (or 0x20993D) is known color: Forest Green. HEX triplet: 20, 99 and 3D. RGB value is (32,153,61). Sum of RGB (Red+Green+Blue) = 32+153+61=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #20993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20993D is #DF66C2. Grayscale: #6A6A6A. Windows color (decimal): -14640835 or 4036896. OLE color: 4036896.
HSL color Cylindrical-coordinate representation of color #20993D: hue angle of 134.38º 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 #20993D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 61 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.4 |
| HSL | 134.38º | 0.65% | 0.36% | - |
| HSV(B) | 134.38º | 0.79% | 0.6% | - |
| XYZ | 12.83 | 23.43 | 8.26 | - |
| YUV | 106.33 | 102.41 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 61 | 0.79 | 0 | 0.60 | 0.4 | 134.38 | 0.65 | 0.36 |
| Hex | 20 | 99 | 3D | 4F | 0 | 3C | 28 | 86 | 41 | 24 |
| Octal | 40 | 231 | 75 | 117 | 0 | 74 | 50 | 206 | 101 | 44 |
| Binary | 100000 | 10011001 | 111101 | 1001111 | 0 | 111100 | 101000 | 10000110 | 1000001 | 100100 |
Color Harmonies of #20993D
Complementary color
Monochromatic Colors of #20993D
Black with #20993D
Text Example
Text Example
White with #20993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20993D; }
p { color: rgb(32,153,61); }
H1.HeaderClassName
{
color: #20993D;
}
.AnyTagClassName
{
color: #20993D;
}
</style>
background-color css
<style>
a { background-color: #20993D; }
a { background-color: rgb(32,153,61); }
div.DivClassName
{
background-color: #20993D;
}
.BgClassName
{
background-color: #20993D;
}
</style>
border-color css
<style>
span { border-color: #20993D; }
span { border-color: rgb(32,153,61); }
td.TdClassName
{
border-color: #20993D;
}
.TagClassName
{
border-color: #20993D;
}
</style>