Shades of Forest Green #1E851E
Tints of Forest Green #1E851E
RGB
CMYK
RGB Variations
Color information
#1E851E (or 0x1E851E) is known color: Forest Green. HEX triplet: 1E, 85 and 1E. RGB value is (30,133,30). Sum of RGB (Red+Green+Blue) = 30+133+30=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #1E851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E851E is #E17AE1. Grayscale: #5A5A5A. Windows color (decimal): -14777058 or 2000158. OLE color: 2000158.
HSL color Cylindrical-coordinate representation of color #1E851E: 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 #1E851E is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 30 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.48 |
| HSL | 120º | 0.63% | 0.32% | - |
| HSV(B) | 120º | 0.77% | 0.52% | - |
| XYZ | 9.16 | 17.14 | 4.05 | - |
| YUV | 90.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 30 | 0.77 | 0 | 0.77 | 0.48 | 120 | 0.63 | 0.32 |
| Hex | 1E | 85 | 1E | 4D | 0 | 4D | 30 | 78 | 3F | 20 |
| Octal | 36 | 205 | 36 | 115 | 0 | 115 | 60 | 170 | 77 | 40 |
| Binary | 11110 | 10000101 | 11110 | 1001101 | 0 | 1001101 | 110000 | 1111000 | 111111 | 100000 |
Color Harmonies of #1E851E
Complementary color
Monochromatic Colors of #1E851E
Black with #1E851E
Text Example
Text Example
White with #1E851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E851E; }
p { color: rgb(30,133,30); }
H1.HeaderClassName
{
color: #1E851E;
}
.AnyTagClassName
{
color: #1E851E;
}
</style>
background-color css
<style>
a { background-color: #1E851E; }
a { background-color: rgb(30,133,30); }
div.DivClassName
{
background-color: #1E851E;
}
.BgClassName
{
background-color: #1E851E;
}
</style>
border-color css
<style>
span { border-color: #1E851E; }
span { border-color: rgb(30,133,30); }
td.TdClassName
{
border-color: #1E851E;
}
.TagClassName
{
border-color: #1E851E;
}
</style>