Shades of Forest Green #20983A
Tints of Forest Green #20983A
RGB
CMYK
RGB Variations
Color information
#20983A (or 0x20983A) is known color: Forest Green. HEX triplet: 20, 98 and 3A. RGB value is (32,152,58). Sum of RGB (Red+Green+Blue) = 32+152+58=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #20983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20983A is #DF67C5. Grayscale: #696969. Windows color (decimal): -14641094 or 3840032. OLE color: 3840032.
HSL color Cylindrical-coordinate representation of color #20983A: hue angle of 133º 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 #20983A is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 58 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.40 |
| HSL | 133º | 0.65% | 0.36% | - |
| HSV(B) | 133º | 0.79% | 0.6% | - |
| XYZ | 12.59 | 23.07 | 7.79 | - |
| YUV | 105.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 58 | 0.79 | 0 | 0.62 | 0.40 | 133 | 0.65 | 0.36 |
| Hex | 20 | 98 | 3A | 4F | 0 | 3E | 28 | 85 | 41 | 24 |
| Octal | 40 | 230 | 72 | 117 | 0 | 76 | 50 | 205 | 101 | 44 |
| Binary | 100000 | 10011000 | 111010 | 1001111 | 0 | 111110 | 101000 | 10000101 | 1000001 | 100100 |
Color Harmonies of #20983A
Complementary color
Monochromatic Colors of #20983A
Black with #20983A
Text Example
Text Example
White with #20983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20983A; }
p { color: rgb(32,152,58); }
H1.HeaderClassName
{
color: #20983A;
}
.AnyTagClassName
{
color: #20983A;
}
</style>
background-color css
<style>
a { background-color: #20983A; }
a { background-color: rgb(32,152,58); }
div.DivClassName
{
background-color: #20983A;
}
.BgClassName
{
background-color: #20983A;
}
</style>
border-color css
<style>
span { border-color: #20983A; }
span { border-color: rgb(32,152,58); }
td.TdClassName
{
border-color: #20983A;
}
.TagClassName
{
border-color: #20983A;
}
</style>