Shades of Forest Green #1E880E
Tints of Forest Green #1E880E
RGB
CMYK
RGB Variations
Color information
#1E880E (or 0x1E880E) is known color: Forest Green. HEX triplet: 1E, 88 and 0E. RGB value is (30,136,14). Sum of RGB (Red+Green+Blue) = 30+136+14=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #1E880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E880E is #E177F1. Grayscale: #5A5A5A. Windows color (decimal): -14776306 or 952350. OLE color: 952350.
HSL color Cylindrical-coordinate representation of color #1E880E: hue angle of 112.13º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E880E is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 14 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.47 |
| HSL | 112.13º | 0.81% | 0.29% | - |
| HSV(B) | 112.13º | 0.9% | 0.53% | - |
| XYZ | 9.42 | 17.92 | 3.38 | - |
| YUV | 90.4 | 84.88 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 14 | 0.78 | 0 | 0.90 | 0.47 | 112.13 | 0.81 | 0.29 |
| Hex | 1E | 88 | E | 4E | 0 | 5A | 2F | 70 | 51 | 1D |
| Octal | 36 | 210 | 16 | 116 | 0 | 132 | 57 | 160 | 121 | 35 |
| Binary | 11110 | 10001000 | 1110 | 1001110 | 0 | 1011010 | 101111 | 1110000 | 1010001 | 11101 |
Color Harmonies of #1E880E
Complementary color
Monochromatic Colors of #1E880E
Black with #1E880E
Text Example
Text Example
White with #1E880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E880E; }
p { color: rgb(30,136,14); }
H1.HeaderClassName
{
color: #1E880E;
}
.AnyTagClassName
{
color: #1E880E;
}
</style>
background-color css
<style>
a { background-color: #1E880E; }
a { background-color: rgb(30,136,14); }
div.DivClassName
{
background-color: #1E880E;
}
.BgClassName
{
background-color: #1E880E;
}
</style>
border-color css
<style>
span { border-color: #1E880E; }
span { border-color: rgb(30,136,14); }
td.TdClassName
{
border-color: #1E880E;
}
.TagClassName
{
border-color: #1E880E;
}
</style>