Shades of Forest Green #1E8020
Tints of Forest Green #1E8020
RGB
CMYK
RGB Variations
Color information
#1E8020 (or 0x1E8020) is known color: Forest Green. HEX triplet: 1E, 80 and 20. RGB value is (30,128,32). Sum of RGB (Red+Green+Blue) = 30+128+32=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8020 is #E17FDF. Grayscale: #585858. Windows color (decimal): -14778336 or 2129950. OLE color: 2129950.
HSL color Cylindrical-coordinate representation of color #1E8020: hue angle of 121.22º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8020 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 32 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.50 |
| HSL | 121.22º | 0.62% | 0.31% | - |
| HSV(B) | 121.22º | 0.77% | 0.5% | - |
| XYZ | 8.52 | 15.82 | 3.97 | - |
| YUV | 87.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 32 | 0.77 | 0 | 0.75 | 0.50 | 121.22 | 0.62 | 0.31 |
| Hex | 1E | 80 | 20 | 4D | 0 | 4B | 32 | 79 | 3E | 1F |
| Octal | 36 | 200 | 40 | 115 | 0 | 113 | 62 | 171 | 76 | 37 |
| Binary | 11110 | 10000000 | 100000 | 1001101 | 0 | 1001011 | 110010 | 1111001 | 111110 | 11111 |
Color Harmonies of #1E8020
Complementary color
Monochromatic Colors of #1E8020
Black with #1E8020
Text Example
Text Example
White with #1E8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8020; }
p { color: rgb(30,128,32); }
H1.HeaderClassName
{
color: #1E8020;
}
.AnyTagClassName
{
color: #1E8020;
}
</style>
background-color css
<style>
a { background-color: #1E8020; }
a { background-color: rgb(30,128,32); }
div.DivClassName
{
background-color: #1E8020;
}
.BgClassName
{
background-color: #1E8020;
}
</style>
border-color css
<style>
span { border-color: #1E8020; }
span { border-color: rgb(30,128,32); }
td.TdClassName
{
border-color: #1E8020;
}
.TagClassName
{
border-color: #1E8020;
}
</style>