Shades of Forest Green #1E8820
Tints of Forest Green #1E8820
RGB
CMYK
RGB Variations
Color information
#1E8820 (or 0x1E8820) is known color: Forest Green. HEX triplet: 1E, 88 and 20. RGB value is (30,136,32). Sum of RGB (Red+Green+Blue) = 30+136+32=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8820 is #E177DF. Grayscale: #5C5C5C. Windows color (decimal): -14776288 or 2131998. OLE color: 2131998.
HSL color Cylindrical-coordinate representation of color #1E8820: hue angle of 121.13º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8820 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 32 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.47 |
| HSL | 121.13º | 0.64% | 0.33% | - |
| HSV(B) | 121.13º | 0.78% | 0.53% | - |
| XYZ | 9.6 | 17.99 | 4.33 | - |
| YUV | 92.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 32 | 0.78 | 0 | 0.76 | 0.47 | 121.13 | 0.64 | 0.33 |
| Hex | 1E | 88 | 20 | 4E | 0 | 4C | 2F | 79 | 40 | 21 |
| Octal | 36 | 210 | 40 | 116 | 0 | 114 | 57 | 171 | 100 | 41 |
| Binary | 11110 | 10001000 | 100000 | 1001110 | 0 | 1001100 | 101111 | 1111001 | 1000000 | 100001 |
Color Harmonies of #1E8820
Complementary color
Monochromatic Colors of #1E8820
Black with #1E8820
Text Example
Text Example
White with #1E8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8820; }
p { color: rgb(30,136,32); }
H1.HeaderClassName
{
color: #1E8820;
}
.AnyTagClassName
{
color: #1E8820;
}
</style>
background-color css
<style>
a { background-color: #1E8820; }
a { background-color: rgb(30,136,32); }
div.DivClassName
{
background-color: #1E8820;
}
.BgClassName
{
background-color: #1E8820;
}
</style>
border-color css
<style>
span { border-color: #1E8820; }
span { border-color: rgb(30,136,32); }
td.TdClassName
{
border-color: #1E8820;
}
.TagClassName
{
border-color: #1E8820;
}
</style>