Shades of Forest Green #1EB314
Tints of Forest Green #1EB314
RGB
CMYK
RGB Variations
Color information
#1EB314 (or 0x1EB314) is known color: Forest Green. HEX triplet: 1E, B3 and 14. RGB value is (30,179,20). Sum of RGB (Red+Green+Blue) = 30+179+20=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB314 is #E14CEB. Grayscale: #747474. Windows color (decimal): -14765292 or 1356574. OLE color: 1356574.
HSL color Cylindrical-coordinate representation of color #1EB314: hue angle of 116.23º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EB314 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 20 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.30 |
| HSL | 116.23º | 0.8% | 0.39% | - |
| HSV(B) | 116.23º | 0.89% | 0.7% | - |
| XYZ | 16.78 | 32.57 | 6.06 | - |
| YUV | 116.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 20 | 0.83 | 0 | 0.89 | 0.30 | 116.23 | 0.8 | 0.39 |
| Hex | 1E | B3 | 14 | 53 | 0 | 59 | 1E | 74 | 50 | 27 |
| Octal | 36 | 263 | 24 | 123 | 0 | 131 | 36 | 164 | 120 | 47 |
| Binary | 11110 | 10110011 | 10100 | 1010011 | 0 | 1011001 | 11110 | 1110100 | 1010000 | 100111 |
Color Harmonies of #1EB314
Complementary color
Monochromatic Colors of #1EB314
Black with #1EB314
Text Example
Text Example
White with #1EB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB314; }
p { color: rgb(30,179,20); }
H1.HeaderClassName
{
color: #1EB314;
}
.AnyTagClassName
{
color: #1EB314;
}
</style>
background-color css
<style>
a { background-color: #1EB314; }
a { background-color: rgb(30,179,20); }
div.DivClassName
{
background-color: #1EB314;
}
.BgClassName
{
background-color: #1EB314;
}
</style>
border-color css
<style>
span { border-color: #1EB314; }
span { border-color: rgb(30,179,20); }
td.TdClassName
{
border-color: #1EB314;
}
.TagClassName
{
border-color: #1EB314;
}
</style>