Shades of Forest Green #1E770C
Tints of Forest Green #1E770C
RGB
CMYK
RGB Variations
Color information
#1E770C (or 0x1E770C) is known color: Forest Green. HEX triplet: 1E, 77 and 0C. RGB value is (30,119,12). Sum of RGB (Red+Green+Blue) = 30+119+12=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #1E770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E770C is #E188F3. Grayscale: #505050. Windows color (decimal): -14780660 or 816926. OLE color: 816926.
HSL color Cylindrical-coordinate representation of color #1E770C: hue angle of 109.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E770C is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 12 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.53 |
| HSL | 109.91º | 0.82% | 0.26% | - |
| HSV(B) | 109.91º | 0.9% | 0.47% | - |
| XYZ | 7.2 | 13.5 | 2.57 | - |
| YUV | 80.19 | 89.51 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 12 | 0.75 | 0 | 0.90 | 0.53 | 109.91 | 0.82 | 0.26 |
| Hex | 1E | 77 | C | 4B | 0 | 5A | 35 | 6E | 52 | 1A |
| Octal | 36 | 167 | 14 | 113 | 0 | 132 | 65 | 156 | 122 | 32 |
| Binary | 11110 | 1110111 | 1100 | 1001011 | 0 | 1011010 | 110101 | 1101110 | 1010010 | 11010 |
Color Harmonies of #1E770C
Complementary color
Monochromatic Colors of #1E770C
Black with #1E770C
Text Example
Text Example
White with #1E770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E770C; }
p { color: rgb(30,119,12); }
H1.HeaderClassName
{
color: #1E770C;
}
.AnyTagClassName
{
color: #1E770C;
}
</style>
background-color css
<style>
a { background-color: #1E770C; }
a { background-color: rgb(30,119,12); }
div.DivClassName
{
background-color: #1E770C;
}
.BgClassName
{
background-color: #1E770C;
}
</style>
border-color css
<style>
span { border-color: #1E770C; }
span { border-color: rgb(30,119,12); }
td.TdClassName
{
border-color: #1E770C;
}
.TagClassName
{
border-color: #1E770C;
}
</style>