Shades of Forest Green #1E820F
Tints of Forest Green #1E820F
RGB
CMYK
RGB Variations
Color information
#1E820F (or 0x1E820F) is known color: Forest Green. HEX triplet: 1E, 82 and 0F. RGB value is (30,130,15). Sum of RGB (Red+Green+Blue) = 30+130+15=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #1E820F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E820F is #E17DF0. Grayscale: #575757. Windows color (decimal): -14777841 or 1016350. OLE color: 1016350.
HSL color Cylindrical-coordinate representation of color #1E820F: hue angle of 112.17º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E820F is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 15 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.49 |
| HSL | 112.17º | 0.79% | 0.28% | - |
| HSV(B) | 112.17º | 0.88% | 0.51% | - |
| XYZ | 8.6 | 16.28 | 3.14 | - |
| YUV | 86.99 | 87.37 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 15 | 0.77 | 0 | 0.88 | 0.49 | 112.17 | 0.79 | 0.28 |
| Hex | 1E | 82 | F | 4D | 0 | 58 | 31 | 70 | 4F | 1C |
| Octal | 36 | 202 | 17 | 115 | 0 | 130 | 61 | 160 | 117 | 34 |
| Binary | 11110 | 10000010 | 1111 | 1001101 | 0 | 1011000 | 110001 | 1110000 | 1001111 | 11100 |
Color Harmonies of #1E820F
Complementary color
Monochromatic Colors of #1E820F
Black with #1E820F
Text Example
Text Example
White with #1E820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E820F; }
p { color: rgb(30,130,15); }
H1.HeaderClassName
{
color: #1E820F;
}
.AnyTagClassName
{
color: #1E820F;
}
</style>
background-color css
<style>
a { background-color: #1E820F; }
a { background-color: rgb(30,130,15); }
div.DivClassName
{
background-color: #1E820F;
}
.BgClassName
{
background-color: #1E820F;
}
</style>
border-color css
<style>
span { border-color: #1E820F; }
span { border-color: rgb(30,130,15); }
td.TdClassName
{
border-color: #1E820F;
}
.TagClassName
{
border-color: #1E820F;
}
</style>