Shades of Forest Green #1EB114
Tints of Forest Green #1EB114
RGB
CMYK
RGB Variations
Color information
#1EB114 (or 0x1EB114) is known color: Forest Green. HEX triplet: 1E, B1 and 14. RGB value is (30,177,20). Sum of RGB (Red+Green+Blue) = 30+177+20=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EB114 is #E14EEB. Grayscale: #737373. Windows color (decimal): -14765804 or 1356062. OLE color: 1356062.
HSL color Cylindrical-coordinate representation of color #1EB114: hue angle of 116.18º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EB114 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 177 | 20 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.31 |
| HSL | 116.18º | 0.8% | 0.39% | - |
| HSV(B) | 116.18º | 0.89% | 0.69% | - |
| XYZ | 16.38 | 31.77 | 5.93 | - |
| YUV | 115.15 | 74.3 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 177 | 20 | 0.83 | 0 | 0.89 | 0.31 | 116.18 | 0.8 | 0.39 |
| Hex | 1E | B1 | 14 | 53 | 0 | 59 | 1F | 74 | 50 | 27 |
| Octal | 36 | 261 | 24 | 123 | 0 | 131 | 37 | 164 | 120 | 47 |
| Binary | 11110 | 10110001 | 10100 | 1010011 | 0 | 1011001 | 11111 | 1110100 | 1010000 | 100111 |
Color Harmonies of #1EB114
Complementary color
Monochromatic Colors of #1EB114
Black with #1EB114
Text Example
Text Example
White with #1EB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB114; }
p { color: rgb(30,177,20); }
H1.HeaderClassName
{
color: #1EB114;
}
.AnyTagClassName
{
color: #1EB114;
}
</style>
background-color css
<style>
a { background-color: #1EB114; }
a { background-color: rgb(30,177,20); }
div.DivClassName
{
background-color: #1EB114;
}
.BgClassName
{
background-color: #1EB114;
}
</style>
border-color css
<style>
span { border-color: #1EB114; }
span { border-color: rgb(30,177,20); }
td.TdClassName
{
border-color: #1EB114;
}
.TagClassName
{
border-color: #1EB114;
}
</style>