Shades of Forest Green #1EB212
Tints of Forest Green #1EB212
RGB
CMYK
RGB Variations
Color information
#1EB212 (or 0x1EB212) is known color: Forest Green. HEX triplet: 1E, B2 and 12. RGB value is (30,178,18). Sum of RGB (Red+Green+Blue) = 30+178+18=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EB212 is #E14DED. Grayscale: #747474. Windows color (decimal): -14765550 or 1225246. OLE color: 1225246.
HSL color Cylindrical-coordinate representation of color #1EB212: hue angle of 115.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EB212 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.30 |
| HSL | 115.5º | 0.82% | 0.38% | - |
| HSV(B) | 115.5º | 0.9% | 0.7% | - |
| XYZ | 16.57 | 32.16 | 5.91 | - |
| YUV | 115.51 | 72.97 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 18 | 0.83 | 0 | 0.90 | 0.30 | 115.5 | 0.82 | 0.38 |
| Hex | 1E | B2 | 12 | 53 | 0 | 5A | 1E | 74 | 52 | 26 |
| Octal | 36 | 262 | 22 | 123 | 0 | 132 | 36 | 164 | 122 | 46 |
| Binary | 11110 | 10110010 | 10010 | 1010011 | 0 | 1011010 | 11110 | 1110100 | 1010010 | 100110 |
Color Harmonies of #1EB212
Complementary color
Monochromatic Colors of #1EB212
Black with #1EB212
Text Example
Text Example
White with #1EB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB212; }
p { color: rgb(30,178,18); }
H1.HeaderClassName
{
color: #1EB212;
}
.AnyTagClassName
{
color: #1EB212;
}
</style>
background-color css
<style>
a { background-color: #1EB212; }
a { background-color: rgb(30,178,18); }
div.DivClassName
{
background-color: #1EB212;
}
.BgClassName
{
background-color: #1EB212;
}
</style>
border-color css
<style>
span { border-color: #1EB212; }
span { border-color: rgb(30,178,18); }
td.TdClassName
{
border-color: #1EB212;
}
.TagClassName
{
border-color: #1EB212;
}
</style>