Shades of Forest Green #1E7510
Tints of Forest Green #1E7510
RGB
CMYK
RGB Variations
Color information
#1E7510 (or 0x1E7510) is known color: Forest Green. HEX triplet: 1E, 75 and 10. RGB value is (30,117,16). Sum of RGB (Red+Green+Blue) = 30+117+16=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7510 is #E18AEF. Grayscale: #4F4F4F. Windows color (decimal): -14781168 or 1078558. OLE color: 1078558.
HSL color Cylindrical-coordinate representation of color #1E7510: hue angle of 111.68º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7510 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 16 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.54 |
| HSL | 111.68º | 0.76% | 0.26% | - |
| HSV(B) | 111.68º | 0.86% | 0.46% | - |
| XYZ | 6.99 | 13.04 | 2.64 | - |
| YUV | 79.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 16 | 0.74 | 0 | 0.86 | 0.54 | 111.68 | 0.76 | 0.26 |
| Hex | 1E | 75 | 10 | 4A | 0 | 56 | 36 | 70 | 4C | 1A |
| Octal | 36 | 165 | 20 | 112 | 0 | 126 | 66 | 160 | 114 | 32 |
| Binary | 11110 | 1110101 | 10000 | 1001010 | 0 | 1010110 | 110110 | 1110000 | 1001100 | 11010 |
Color Harmonies of #1E7510
Complementary color
Monochromatic Colors of #1E7510
Black with #1E7510
Text Example
Text Example
White with #1E7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7510; }
p { color: rgb(30,117,16); }
H1.HeaderClassName
{
color: #1E7510;
}
.AnyTagClassName
{
color: #1E7510;
}
</style>
background-color css
<style>
a { background-color: #1E7510; }
a { background-color: rgb(30,117,16); }
div.DivClassName
{
background-color: #1E7510;
}
.BgClassName
{
background-color: #1E7510;
}
</style>
border-color css
<style>
span { border-color: #1E7510; }
span { border-color: rgb(30,117,16); }
td.TdClassName
{
border-color: #1E7510;
}
.TagClassName
{
border-color: #1E7510;
}
</style>