Shades of Forest Green #1E6B10
Tints of Forest Green #1E6B10
RGB
CMYK
RGB Variations
Color information
#1E6B10 (or 0x1E6B10) is known color: Forest Green. HEX triplet: 1E, 6B and 10. RGB value is (30,107,16). Sum of RGB (Red+Green+Blue) = 30+107+16=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6B10 is #E194EF. Grayscale: #494949. Windows color (decimal): -14783728 or 1075998. OLE color: 1075998.
HSL color Cylindrical-coordinate representation of color #1E6B10: hue angle of 110.77º 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 #1E6B10 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 16 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.58 |
| HSL | 110.77º | 0.74% | 0.24% | - |
| HSV(B) | 110.77º | 0.85% | 0.42% | - |
| XYZ | 5.89 | 10.83 | 2.27 | - |
| YUV | 73.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 16 | 0.72 | 0 | 0.85 | 0.58 | 110.77 | 0.74 | 0.24 |
| Hex | 1E | 6B | 10 | 48 | 0 | 55 | 3A | 6F | 4A | 18 |
| Octal | 36 | 153 | 20 | 110 | 0 | 125 | 72 | 157 | 112 | 30 |
| Binary | 11110 | 1101011 | 10000 | 1001000 | 0 | 1010101 | 111010 | 1101111 | 1001010 | 11000 |
Color Harmonies of #1E6B10
Complementary color
Monochromatic Colors of #1E6B10
Black with #1E6B10
Text Example
Text Example
White with #1E6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B10; }
p { color: rgb(30,107,16); }
H1.HeaderClassName
{
color: #1E6B10;
}
.AnyTagClassName
{
color: #1E6B10;
}
</style>
background-color css
<style>
a { background-color: #1E6B10; }
a { background-color: rgb(30,107,16); }
div.DivClassName
{
background-color: #1E6B10;
}
.BgClassName
{
background-color: #1E6B10;
}
</style>
border-color css
<style>
span { border-color: #1E6B10; }
span { border-color: rgb(30,107,16); }
td.TdClassName
{
border-color: #1E6B10;
}
.TagClassName
{
border-color: #1E6B10;
}
</style>