Shades of Forest Green #20A41B
Tints of Forest Green #20A41B
RGB
CMYK
RGB Variations
Color information
#20A41B (or 0x20A41B) is known color: Forest Green. HEX triplet: 20, A4 and 1B. RGB value is (32,164,27). Sum of RGB (Red+Green+Blue) = 32+164+27=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 164 (64.45% from 255 or 73.54% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 164 - color contains mainly: green. Hex color #20A41B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A41B is #DF5BE4. Grayscale: #6D6D6D. Windows color (decimal): -14638053 or 1811488. OLE color: 1811488.
HSL color Cylindrical-coordinate representation of color #20A41B: hue angle of 117.81º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A41B is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 27 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.36 |
| HSL | 117.81º | 0.72% | 0.37% | - |
| HSV(B) | 117.81º | 0.84% | 0.64% | - |
| XYZ | 14.07 | 26.94 | 5.49 | - |
| YUV | 108.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 27 | 0.80 | 0 | 0.84 | 0.36 | 117.81 | 0.72 | 0.37 |
| Hex | 20 | A4 | 1B | 50 | 0 | 54 | 24 | 76 | 48 | 25 |
| Octal | 40 | 244 | 33 | 120 | 0 | 124 | 44 | 166 | 110 | 45 |
| Binary | 100000 | 10100100 | 11011 | 1010000 | 0 | 1010100 | 100100 | 1110110 | 1001000 | 100101 |
Color Harmonies of #20A41B
Complementary color
Monochromatic Colors of #20A41B
Black with #20A41B
Text Example
Text Example
White with #20A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A41B; }
p { color: rgb(32,164,27); }
H1.HeaderClassName
{
color: #20A41B;
}
.AnyTagClassName
{
color: #20A41B;
}
</style>
background-color css
<style>
a { background-color: #20A41B; }
a { background-color: rgb(32,164,27); }
div.DivClassName
{
background-color: #20A41B;
}
.BgClassName
{
background-color: #20A41B;
}
</style>
border-color css
<style>
span { border-color: #20A41B; }
span { border-color: rgb(32,164,27); }
td.TdClassName
{
border-color: #20A41B;
}
.TagClassName
{
border-color: #20A41B;
}
</style>