Shades of Forest Green #1E6A10
Tints of Forest Green #1E6A10
RGB
CMYK
RGB Variations
Color information
#1E6A10 (or 0x1E6A10) is known color: Forest Green. HEX triplet: 1E, 6A and 10. RGB value is (30,106,16). Sum of RGB (Red+Green+Blue) = 30+106+16=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6A10 is #E195EF. Grayscale: #494949. Windows color (decimal): -14783984 or 1075742. OLE color: 1075742.
HSL color Cylindrical-coordinate representation of color #1E6A10: hue angle of 110.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E6A10 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 106 | 16 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.58 |
| HSL | 110.67º | 0.74% | 0.24% | - |
| HSV(B) | 110.67º | 0.85% | 0.42% | - |
| XYZ | 5.78 | 10.62 | 2.24 | - |
| YUV | 73.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 16 | 0.72 | 0 | 0.85 | 0.58 | 110.67 | 0.74 | 0.24 |
| Hex | 1E | 6A | 10 | 48 | 0 | 55 | 3A | 6F | 4A | 18 |
| Octal | 36 | 152 | 20 | 110 | 0 | 125 | 72 | 157 | 112 | 30 |
| Binary | 11110 | 1101010 | 10000 | 1001000 | 0 | 1010101 | 111010 | 1101111 | 1001010 | 11000 |
Color Harmonies of #1E6A10
Complementary color
Monochromatic Colors of #1E6A10
Black with #1E6A10
Text Example
Text Example
White with #1E6A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6A10; }
p { color: rgb(30,106,16); }
H1.HeaderClassName
{
color: #1E6A10;
}
.AnyTagClassName
{
color: #1E6A10;
}
</style>
background-color css
<style>
a { background-color: #1E6A10; }
a { background-color: rgb(30,106,16); }
div.DivClassName
{
background-color: #1E6A10;
}
.BgClassName
{
background-color: #1E6A10;
}
</style>
border-color css
<style>
span { border-color: #1E6A10; }
span { border-color: rgb(30,106,16); }
td.TdClassName
{
border-color: #1E6A10;
}
.TagClassName
{
border-color: #1E6A10;
}
</style>