Shades of Forest Green #1E7A0A
Tints of Forest Green #1E7A0A
RGB
CMYK
RGB Variations
Color information
#1E7A0A (or 0x1E7A0A) is known color: Forest Green. HEX triplet: 1E, 7A and 0A. RGB value is (30,122,10). Sum of RGB (Red+Green+Blue) = 30+122+10=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7A0A is #E185F5. Grayscale: #525252. Windows color (decimal): -14779894 or 686622. OLE color: 686622.
HSL color Cylindrical-coordinate representation of color #1E7A0A: hue angle of 109.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E7A0A is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 10 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.52 |
| HSL | 109.29º | 0.85% | 0.26% | - |
| HSV(B) | 109.29º | 0.92% | 0.48% | - |
| XYZ | 7.55 | 14.22 | 2.63 | - |
| YUV | 81.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 10 | 0.75 | 0 | 0.92 | 0.52 | 109.29 | 0.85 | 0.26 |
| Hex | 1E | 7A | A | 4B | 0 | 5C | 34 | 6D | 55 | 1A |
| Octal | 36 | 172 | 12 | 113 | 0 | 134 | 64 | 155 | 125 | 32 |
| Binary | 11110 | 1111010 | 1010 | 1001011 | 0 | 1011100 | 110100 | 1101101 | 1010101 | 11010 |
Color Harmonies of #1E7A0A
Complementary color
Monochromatic Colors of #1E7A0A
Black with #1E7A0A
Text Example
Text Example
White with #1E7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A0A; }
p { color: rgb(30,122,10); }
H1.HeaderClassName
{
color: #1E7A0A;
}
.AnyTagClassName
{
color: #1E7A0A;
}
</style>
background-color css
<style>
a { background-color: #1E7A0A; }
a { background-color: rgb(30,122,10); }
div.DivClassName
{
background-color: #1E7A0A;
}
.BgClassName
{
background-color: #1E7A0A;
}
</style>
border-color css
<style>
span { border-color: #1E7A0A; }
span { border-color: rgb(30,122,10); }
td.TdClassName
{
border-color: #1E7A0A;
}
.TagClassName
{
border-color: #1E7A0A;
}
</style>