Shades of Forest Green #20912A
Tints of Forest Green #20912A
RGB
CMYK
RGB Variations
Color information
#20912A (or 0x20912A) is known color: Forest Green. HEX triplet: 20, 91 and 2A. RGB value is (32,145,42). Sum of RGB (Red+Green+Blue) = 32+145+42=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #20912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20912A is #DF6ED5. Grayscale: #636363. Windows color (decimal): -14642902 or 2789664. OLE color: 2789664.
HSL color Cylindrical-coordinate representation of color #20912A: hue angle of 125.31º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20912A is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 42 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.43 |
| HSL | 125.31º | 0.64% | 0.35% | - |
| HSV(B) | 125.31º | 0.78% | 0.57% | - |
| XYZ | 11.14 | 20.73 | 5.6 | - |
| YUV | 99.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 42 | 0.78 | 0 | 0.71 | 0.43 | 125.31 | 0.64 | 0.35 |
| Hex | 20 | 91 | 2A | 4E | 0 | 47 | 2B | 7D | 40 | 23 |
| Octal | 40 | 221 | 52 | 116 | 0 | 107 | 53 | 175 | 100 | 43 |
| Binary | 100000 | 10010001 | 101010 | 1001110 | 0 | 1000111 | 101011 | 1111101 | 1000000 | 100011 |
Color Harmonies of #20912A
Complementary color
Monochromatic Colors of #20912A
Black with #20912A
Text Example
Text Example
White with #20912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20912A; }
p { color: rgb(32,145,42); }
H1.HeaderClassName
{
color: #20912A;
}
.AnyTagClassName
{
color: #20912A;
}
</style>
background-color css
<style>
a { background-color: #20912A; }
a { background-color: rgb(32,145,42); }
div.DivClassName
{
background-color: #20912A;
}
.BgClassName
{
background-color: #20912A;
}
</style>
border-color css
<style>
span { border-color: #20912A; }
span { border-color: rgb(32,145,42); }
td.TdClassName
{
border-color: #20912A;
}
.TagClassName
{
border-color: #20912A;
}
</style>