Shades of Forest Green #1E8510
Tints of Forest Green #1E8510
RGB
CMYK
RGB Variations
Color information
#1E8510 (or 0x1E8510) is known color: Forest Green. HEX triplet: 1E, 85 and 10. RGB value is (30,133,16). Sum of RGB (Red+Green+Blue) = 30+133+16=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8510 is #E17AEF. Grayscale: #595959. Windows color (decimal): -14777072 or 1082654. OLE color: 1082654.
HSL color Cylindrical-coordinate representation of color #1E8510: hue angle of 112.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E8510 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 16 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.48 |
| HSL | 112.82º | 0.79% | 0.29% | - |
| HSV(B) | 112.82º | 0.88% | 0.52% | - |
| XYZ | 9.02 | 17.09 | 3.31 | - |
| YUV | 88.87 | 86.88 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 16 | 0.77 | 0 | 0.88 | 0.48 | 112.82 | 0.79 | 0.29 |
| Hex | 1E | 85 | 10 | 4D | 0 | 58 | 30 | 71 | 4F | 1D |
| Octal | 36 | 205 | 20 | 115 | 0 | 130 | 60 | 161 | 117 | 35 |
| Binary | 11110 | 10000101 | 10000 | 1001101 | 0 | 1011000 | 110000 | 1110001 | 1001111 | 11101 |
Color Harmonies of #1E8510
Complementary color
Monochromatic Colors of #1E8510
Black with #1E8510
Text Example
Text Example
White with #1E8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8510; }
p { color: rgb(30,133,16); }
H1.HeaderClassName
{
color: #1E8510;
}
.AnyTagClassName
{
color: #1E8510;
}
</style>
background-color css
<style>
a { background-color: #1E8510; }
a { background-color: rgb(30,133,16); }
div.DivClassName
{
background-color: #1E8510;
}
.BgClassName
{
background-color: #1E8510;
}
</style>
border-color css
<style>
span { border-color: #1E8510; }
span { border-color: rgb(30,133,16); }
td.TdClassName
{
border-color: #1E8510;
}
.TagClassName
{
border-color: #1E8510;
}
</style>