Shades of Forest Green #20963C
Tints of Forest Green #20963C
RGB
CMYK
RGB Variations
Color information
#20963C (or 0x20963C) is known color: Forest Green. HEX triplet: 20, 96 and 3C. RGB value is (32,150,60). Sum of RGB (Red+Green+Blue) = 32+150+60=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #20963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20963C is #DF69C3. Grayscale: #686868. Windows color (decimal): -14641604 or 3970592. OLE color: 3970592.
HSL color Cylindrical-coordinate representation of color #20963C: hue angle of 134.24º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20963C is Cyan = 0.79, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 60 | - |
| CMYK | 0.79 | 0 | 0.6 | 0.41 |
| HSL | 134.24º | 0.65% | 0.36% | - |
| HSV(B) | 134.24º | 0.79% | 0.59% | - |
| XYZ | 12.32 | 22.45 | 7.96 | - |
| YUV | 104.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 60 | 0.79 | 0 | 0.6 | 0.41 | 134.24 | 0.65 | 0.36 |
| Hex | 20 | 96 | 3C | 4F | 0 | 3C | 29 | 86 | 41 | 24 |
| Octal | 40 | 226 | 74 | 117 | 0 | 74 | 51 | 206 | 101 | 44 |
| Binary | 100000 | 10010110 | 111100 | 1001111 | 0 | 111100 | 101001 | 10000110 | 1000001 | 100100 |
Color Harmonies of #20963C
Complementary color
Monochromatic Colors of #20963C
Black with #20963C
Text Example
Text Example
White with #20963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20963C; }
p { color: rgb(32,150,60); }
H1.HeaderClassName
{
color: #20963C;
}
.AnyTagClassName
{
color: #20963C;
}
</style>
background-color css
<style>
a { background-color: #20963C; }
a { background-color: rgb(32,150,60); }
div.DivClassName
{
background-color: #20963C;
}
.BgClassName
{
background-color: #20963C;
}
</style>
border-color css
<style>
span { border-color: #20963C; }
span { border-color: rgb(32,150,60); }
td.TdClassName
{
border-color: #20963C;
}
.TagClassName
{
border-color: #20963C;
}
</style>