Shades of Forest Green #1EB013
Tints of Forest Green #1EB013
RGB
CMYK
RGB Variations
Color information
#1EB013 (or 0x1EB013) is known color: Forest Green. HEX triplet: 1E, B0 and 13. RGB value is (30,176,19). Sum of RGB (Red+Green+Blue) = 30+176+19=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 176 (69.14% from 255 or 78.22% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EB013 is #E14FEC. Grayscale: #727272. Windows color (decimal): -14766061 or 1290270. OLE color: 1290270.
HSL color Cylindrical-coordinate representation of color #1EB013: hue angle of 115.8º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EB013 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 19 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.31 |
| HSL | 115.8º | 0.81% | 0.38% | - |
| HSV(B) | 115.8º | 0.89% | 0.69% | - |
| XYZ | 16.18 | 31.37 | 5.82 | - |
| YUV | 114.45 | 74.13 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 19 | 0.83 | 0 | 0.89 | 0.31 | 115.8 | 0.81 | 0.38 |
| Hex | 1E | B0 | 13 | 53 | 0 | 59 | 1F | 74 | 51 | 26 |
| Octal | 36 | 260 | 23 | 123 | 0 | 131 | 37 | 164 | 121 | 46 |
| Binary | 11110 | 10110000 | 10011 | 1010011 | 0 | 1011001 | 11111 | 1110100 | 1010001 | 100110 |
Color Harmonies of #1EB013
Complementary color
Monochromatic Colors of #1EB013
Black with #1EB013
Text Example
Text Example
White with #1EB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB013; }
p { color: rgb(30,176,19); }
H1.HeaderClassName
{
color: #1EB013;
}
.AnyTagClassName
{
color: #1EB013;
}
</style>
background-color css
<style>
a { background-color: #1EB013; }
a { background-color: rgb(30,176,19); }
div.DivClassName
{
background-color: #1EB013;
}
.BgClassName
{
background-color: #1EB013;
}
</style>
border-color css
<style>
span { border-color: #1EB013; }
span { border-color: rgb(30,176,19); }
td.TdClassName
{
border-color: #1EB013;
}
.TagClassName
{
border-color: #1EB013;
}
</style>