Shades of Forest Green #20982B
Tints of Forest Green #20982B
RGB
CMYK
RGB Variations
Color information
#20982B (or 0x20982B) is known color: Forest Green. HEX triplet: 20, 98 and 2B. RGB value is (32,152,43). Sum of RGB (Red+Green+Blue) = 32+152+43=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #20982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20982B is #DF67D4. Grayscale: #686868. Windows color (decimal): -14641109 or 2856992. OLE color: 2856992.
HSL color Cylindrical-coordinate representation of color #20982B: hue angle of 125.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20982B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 43 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.40 |
| HSL | 125.5º | 0.65% | 0.36% | - |
| HSV(B) | 125.5º | 0.79% | 0.6% | - |
| XYZ | 12.26 | 22.94 | 6.07 | - |
| YUV | 103.69 | 93.74 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 43 | 0.79 | 0 | 0.72 | 0.40 | 125.5 | 0.65 | 0.36 |
| Hex | 20 | 98 | 2B | 4F | 0 | 48 | 28 | 7E | 41 | 24 |
| Octal | 40 | 230 | 53 | 117 | 0 | 110 | 50 | 176 | 101 | 44 |
| Binary | 100000 | 10011000 | 101011 | 1001111 | 0 | 1001000 | 101000 | 1111110 | 1000001 | 100100 |
Color Harmonies of #20982B
Complementary color
Monochromatic Colors of #20982B
Black with #20982B
Text Example
Text Example
White with #20982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20982B; }
p { color: rgb(32,152,43); }
H1.HeaderClassName
{
color: #20982B;
}
.AnyTagClassName
{
color: #20982B;
}
</style>
background-color css
<style>
a { background-color: #20982B; }
a { background-color: rgb(32,152,43); }
div.DivClassName
{
background-color: #20982B;
}
.BgClassName
{
background-color: #20982B;
}
</style>
border-color css
<style>
span { border-color: #20982B; }
span { border-color: rgb(32,152,43); }
td.TdClassName
{
border-color: #20982B;
}
.TagClassName
{
border-color: #20982B;
}
</style>