Shades of Forest Green #1E960C
Tints of Forest Green #1E960C
RGB
CMYK
RGB Variations
Color information
#1E960C (or 0x1E960C) is known color: Forest Green. HEX triplet: 1E, 96 and 0C. RGB value is (30,150,12). Sum of RGB (Red+Green+Blue) = 30+150+12=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #1E960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E960C is #E169F3. Grayscale: #626262. Windows color (decimal): -14772724 or 824862. OLE color: 824862.
HSL color Cylindrical-coordinate representation of color #1E960C: hue angle of 112.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E960C is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 150 | 12 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.41 |
| HSL | 112.17º | 0.85% | 0.32% | - |
| HSV(B) | 112.17º | 0.92% | 0.59% | - |
| XYZ | 11.51 | 22.12 | 4.01 | - |
| YUV | 98.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 12 | 0.80 | 0 | 0.92 | 0.41 | 112.17 | 0.85 | 0.32 |
| Hex | 1E | 96 | C | 50 | 0 | 5C | 29 | 70 | 55 | 20 |
| Octal | 36 | 226 | 14 | 120 | 0 | 134 | 51 | 160 | 125 | 40 |
| Binary | 11110 | 10010110 | 1100 | 1010000 | 0 | 1011100 | 101001 | 1110000 | 1010101 | 100000 |
Color Harmonies of #1E960C
Complementary color
Monochromatic Colors of #1E960C
Black with #1E960C
Text Example
Text Example
White with #1E960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E960C; }
p { color: rgb(30,150,12); }
H1.HeaderClassName
{
color: #1E960C;
}
.AnyTagClassName
{
color: #1E960C;
}
</style>
background-color css
<style>
a { background-color: #1E960C; }
a { background-color: rgb(30,150,12); }
div.DivClassName
{
background-color: #1E960C;
}
.BgClassName
{
background-color: #1E960C;
}
</style>
border-color css
<style>
span { border-color: #1E960C; }
span { border-color: rgb(30,150,12); }
td.TdClassName
{
border-color: #1E960C;
}
.TagClassName
{
border-color: #1E960C;
}
</style>