Shades of Forest Green #20981B
Tints of Forest Green #20981B
RGB
CMYK
RGB Variations
Color information
#20981B (or 0x20981B) is known color: Forest Green. HEX triplet: 20, 98 and 1B. RGB value is (32,152,27). Sum of RGB (Red+Green+Blue) = 32+152+27=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #20981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20981B is #DF67E4. Grayscale: #666666. Windows color (decimal): -14641125 or 1808416. OLE color: 1808416.
HSL color Cylindrical-coordinate representation of color #20981B: hue angle of 117.6º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20981B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 27 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.40 |
| HSL | 117.6º | 0.7% | 0.35% | - |
| HSV(B) | 117.6º | 0.82% | 0.6% | - |
| XYZ | 12.02 | 22.84 | 4.81 | - |
| YUV | 101.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 27 | 0.79 | 0 | 0.82 | 0.40 | 117.6 | 0.7 | 0.35 |
| Hex | 20 | 98 | 1B | 4F | 0 | 52 | 28 | 76 | 46 | 23 |
| Octal | 40 | 230 | 33 | 117 | 0 | 122 | 50 | 166 | 106 | 43 |
| Binary | 100000 | 10011000 | 11011 | 1001111 | 0 | 1010010 | 101000 | 1110110 | 1000110 | 100011 |
Color Harmonies of #20981B
Complementary color
Monochromatic Colors of #20981B
Black with #20981B
Text Example
Text Example
White with #20981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20981B; }
p { color: rgb(32,152,27); }
H1.HeaderClassName
{
color: #20981B;
}
.AnyTagClassName
{
color: #20981B;
}
</style>
background-color css
<style>
a { background-color: #20981B; }
a { background-color: rgb(32,152,27); }
div.DivClassName
{
background-color: #20981B;
}
.BgClassName
{
background-color: #20981B;
}
</style>
border-color css
<style>
span { border-color: #20981B; }
span { border-color: rgb(32,152,27); }
td.TdClassName
{
border-color: #20981B;
}
.TagClassName
{
border-color: #20981B;
}
</style>