Shades of Forest Green #1E6F0F
Tints of Forest Green #1E6F0F
RGB
CMYK
RGB Variations
Color information
#1E6F0F (or 0x1E6F0F) is known color: Forest Green. HEX triplet: 1E, 6F and 0F. RGB value is (30,111,15). Sum of RGB (Red+Green+Blue) = 30+111+15=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6F0F is #E190F0. Grayscale: #4C4C4C. Windows color (decimal): -14782705 or 1011486. OLE color: 1011486.
HSL color Cylindrical-coordinate representation of color #1E6F0F: hue angle of 110.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6F0F is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 15 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.56 |
| HSL | 110.63º | 0.76% | 0.25% | - |
| HSV(B) | 110.63º | 0.86% | 0.44% | - |
| XYZ | 6.31 | 11.68 | 2.37 | - |
| YUV | 75.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 15 | 0.73 | 0 | 0.86 | 0.56 | 110.63 | 0.76 | 0.25 |
| Hex | 1E | 6F | F | 49 | 0 | 56 | 38 | 6F | 4C | 19 |
| Octal | 36 | 157 | 17 | 111 | 0 | 126 | 70 | 157 | 114 | 31 |
| Binary | 11110 | 1101111 | 1111 | 1001001 | 0 | 1010110 | 111000 | 1101111 | 1001100 | 11001 |
Color Harmonies of #1E6F0F
Complementary color
Monochromatic Colors of #1E6F0F
Black with #1E6F0F
Text Example
Text Example
White with #1E6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F0F; }
p { color: rgb(30,111,15); }
H1.HeaderClassName
{
color: #1E6F0F;
}
.AnyTagClassName
{
color: #1E6F0F;
}
</style>
background-color css
<style>
a { background-color: #1E6F0F; }
a { background-color: rgb(30,111,15); }
div.DivClassName
{
background-color: #1E6F0F;
}
.BgClassName
{
background-color: #1E6F0F;
}
</style>
border-color css
<style>
span { border-color: #1E6F0F; }
span { border-color: rgb(30,111,15); }
td.TdClassName
{
border-color: #1E6F0F;
}
.TagClassName
{
border-color: #1E6F0F;
}
</style>