Shades of Forest Green #20973C
Tints of Forest Green #20973C
RGB
CMYK
RGB Variations
Color information
#20973C (or 0x20973C) is known color: Forest Green. HEX triplet: 20, 97 and 3C. RGB value is (32,151,60). Sum of RGB (Red+Green+Blue) = 32+151+60=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #20973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20973C is #DF68C3. Grayscale: #696969. Windows color (decimal): -14641348 or 3970848. OLE color: 3970848.
HSL color Cylindrical-coordinate representation of color #20973C: hue angle of 134.12º 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 #20973C is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 60 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.41 |
| HSL | 134.12º | 0.65% | 0.36% | - |
| HSV(B) | 134.12º | 0.79% | 0.59% | - |
| XYZ | 12.48 | 22.77 | 8.01 | - |
| YUV | 105.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 60 | 0.79 | 0 | 0.60 | 0.41 | 134.12 | 0.65 | 0.36 |
| Hex | 20 | 97 | 3C | 4F | 0 | 3C | 29 | 86 | 41 | 24 |
| Octal | 40 | 227 | 74 | 117 | 0 | 74 | 51 | 206 | 101 | 44 |
| Binary | 100000 | 10010111 | 111100 | 1001111 | 0 | 111100 | 101001 | 10000110 | 1000001 | 100100 |
Color Harmonies of #20973C
Complementary color
Monochromatic Colors of #20973C
Black with #20973C
Text Example
Text Example
White with #20973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20973C; }
p { color: rgb(32,151,60); }
H1.HeaderClassName
{
color: #20973C;
}
.AnyTagClassName
{
color: #20973C;
}
</style>
background-color css
<style>
a { background-color: #20973C; }
a { background-color: rgb(32,151,60); }
div.DivClassName
{
background-color: #20973C;
}
.BgClassName
{
background-color: #20973C;
}
</style>
border-color css
<style>
span { border-color: #20973C; }
span { border-color: rgb(32,151,60); }
td.TdClassName
{
border-color: #20973C;
}
.TagClassName
{
border-color: #20973C;
}
</style>