Shades of Forest Green #20902D
Tints of Forest Green #20902D
RGB
CMYK
RGB Variations
Color information
#20902D (or 0x20902D) is known color: Forest Green. HEX triplet: 20, 90 and 2D. RGB value is (32,144,45). Sum of RGB (Red+Green+Blue) = 32+144+45=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #20902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20902D is #DF6FD2. Grayscale: #636363. Windows color (decimal): -14643155 or 2986016. OLE color: 2986016.
HSL color Cylindrical-coordinate representation of color #20902D: hue angle of 126.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20902D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 45 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.44 |
| HSL | 126.96º | 0.64% | 0.35% | - |
| HSV(B) | 126.96º | 0.78% | 0.56% | - |
| XYZ | 11.04 | 20.44 | 5.85 | - |
| YUV | 99.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 45 | 0.78 | 0 | 0.69 | 0.44 | 126.96 | 0.64 | 0.35 |
| Hex | 20 | 90 | 2D | 4E | 0 | 45 | 2C | 7F | 40 | 23 |
| Octal | 40 | 220 | 55 | 116 | 0 | 105 | 54 | 177 | 100 | 43 |
| Binary | 100000 | 10010000 | 101101 | 1001110 | 0 | 1000101 | 101100 | 1111111 | 1000000 | 100011 |
Color Harmonies of #20902D
Complementary color
Monochromatic Colors of #20902D
Black with #20902D
Text Example
Text Example
White with #20902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20902D; }
p { color: rgb(32,144,45); }
H1.HeaderClassName
{
color: #20902D;
}
.AnyTagClassName
{
color: #20902D;
}
</style>
background-color css
<style>
a { background-color: #20902D; }
a { background-color: rgb(32,144,45); }
div.DivClassName
{
background-color: #20902D;
}
.BgClassName
{
background-color: #20902D;
}
</style>
border-color css
<style>
span { border-color: #20902D; }
span { border-color: rgb(32,144,45); }
td.TdClassName
{
border-color: #20902D;
}
.TagClassName
{
border-color: #20902D;
}
</style>