Shades of Forest Green #1E841E
Tints of Forest Green #1E841E
RGB
CMYK
RGB Variations
Color information
#1E841E (or 0x1E841E) is known color: Forest Green. HEX triplet: 1E, 84 and 1E. RGB value is (30,132,30). Sum of RGB (Red+Green+Blue) = 30+132+30=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #1E841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E841E is #E17BE1. Grayscale: #5A5A5A. Windows color (decimal): -14777314 or 1999902. OLE color: 1999902.
HSL color Cylindrical-coordinate representation of color #1E841E: hue angle of 120º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E841E is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 30 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.48 |
| HSL | 120º | 0.63% | 0.32% | - |
| HSV(B) | 120º | 0.77% | 0.52% | - |
| XYZ | 9.02 | 16.87 | 4.01 | - |
| YUV | 89.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 30 | 0.77 | 0 | 0.77 | 0.48 | 120 | 0.63 | 0.32 |
| Hex | 1E | 84 | 1E | 4D | 0 | 4D | 30 | 78 | 3F | 20 |
| Octal | 36 | 204 | 36 | 115 | 0 | 115 | 60 | 170 | 77 | 40 |
| Binary | 11110 | 10000100 | 11110 | 1001101 | 0 | 1001101 | 110000 | 1111000 | 111111 | 100000 |
Color Harmonies of #1E841E
Complementary color
Monochromatic Colors of #1E841E
Black with #1E841E
Text Example
Text Example
White with #1E841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E841E; }
p { color: rgb(30,132,30); }
H1.HeaderClassName
{
color: #1E841E;
}
.AnyTagClassName
{
color: #1E841E;
}
</style>
background-color css
<style>
a { background-color: #1E841E; }
a { background-color: rgb(30,132,30); }
div.DivClassName
{
background-color: #1E841E;
}
.BgClassName
{
background-color: #1E841E;
}
</style>
border-color css
<style>
span { border-color: #1E841E; }
span { border-color: rgb(30,132,30); }
td.TdClassName
{
border-color: #1E841E;
}
.TagClassName
{
border-color: #1E841E;
}
</style>