Shades of Forest Green #20941D
Tints of Forest Green #20941D
RGB
CMYK
RGB Variations
Color information
#20941D (or 0x20941D) is known color: Forest Green. HEX triplet: 20, 94 and 1D. RGB value is (32,148,29). Sum of RGB (Red+Green+Blue) = 32+148+29=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #20941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20941D is #DF6BE2. Grayscale: #646464. Windows color (decimal): -14642147 or 1938464. OLE color: 1938464.
HSL color Cylindrical-coordinate representation of color #20941D: hue angle of 118.49º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20941D is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 29 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.42 |
| HSL | 118.49º | 0.67% | 0.35% | - |
| HSV(B) | 118.49º | 0.8% | 0.58% | - |
| XYZ | 11.41 | 21.58 | 4.73 | - |
| YUV | 99.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 29 | 0.78 | 0 | 0.80 | 0.42 | 118.49 | 0.67 | 0.35 |
| Hex | 20 | 94 | 1D | 4E | 0 | 50 | 2A | 76 | 43 | 23 |
| Octal | 40 | 224 | 35 | 116 | 0 | 120 | 52 | 166 | 103 | 43 |
| Binary | 100000 | 10010100 | 11101 | 1001110 | 0 | 1010000 | 101010 | 1110110 | 1000011 | 100011 |
Color Harmonies of #20941D
Complementary color
Monochromatic Colors of #20941D
Black with #20941D
Text Example
Text Example
White with #20941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20941D; }
p { color: rgb(32,148,29); }
H1.HeaderClassName
{
color: #20941D;
}
.AnyTagClassName
{
color: #20941D;
}
</style>
background-color css
<style>
a { background-color: #20941D; }
a { background-color: rgb(32,148,29); }
div.DivClassName
{
background-color: #20941D;
}
.BgClassName
{
background-color: #20941D;
}
</style>
border-color css
<style>
span { border-color: #20941D; }
span { border-color: rgb(32,148,29); }
td.TdClassName
{
border-color: #20941D;
}
.TagClassName
{
border-color: #20941D;
}
</style>