Shades of Forest Green #20942D
Tints of Forest Green #20942D
RGB
CMYK
RGB Variations
Color information
#20942D (or 0x20942D) is known color: Forest Green. HEX triplet: 20, 94 and 2D. RGB value is (32,148,45). Sum of RGB (Red+Green+Blue) = 32+148+45=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #20942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20942D is #DF6BD2. Grayscale: #656565. Windows color (decimal): -14642131 or 2987040. OLE color: 2987040.
HSL color Cylindrical-coordinate representation of color #20942D: hue angle of 126.72º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20942D is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 45 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.42 |
| HSL | 126.72º | 0.64% | 0.35% | - |
| HSV(B) | 126.72º | 0.78% | 0.58% | - |
| XYZ | 11.66 | 21.68 | 6.05 | - |
| YUV | 101.57 | 96.07 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 45 | 0.78 | 0 | 0.70 | 0.42 | 126.72 | 0.64 | 0.35 |
| Hex | 20 | 94 | 2D | 4E | 0 | 46 | 2A | 7F | 40 | 23 |
| Octal | 40 | 224 | 55 | 116 | 0 | 106 | 52 | 177 | 100 | 43 |
| Binary | 100000 | 10010100 | 101101 | 1001110 | 0 | 1000110 | 101010 | 1111111 | 1000000 | 100011 |
Color Harmonies of #20942D
Complementary color
Monochromatic Colors of #20942D
Black with #20942D
Text Example
Text Example
White with #20942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20942D; }
p { color: rgb(32,148,45); }
H1.HeaderClassName
{
color: #20942D;
}
.AnyTagClassName
{
color: #20942D;
}
</style>
background-color css
<style>
a { background-color: #20942D; }
a { background-color: rgb(32,148,45); }
div.DivClassName
{
background-color: #20942D;
}
.BgClassName
{
background-color: #20942D;
}
</style>
border-color css
<style>
span { border-color: #20942D; }
span { border-color: rgb(32,148,45); }
td.TdClassName
{
border-color: #20942D;
}
.TagClassName
{
border-color: #20942D;
}
</style>