Shades of Green #1E7706
Tints of Green #1E7706
RGB
CMYK
RGB Variations
Color information
#1E7706 (or 0x1E7706) is known color: Green. HEX triplet: 1E, 77 and 06. RGB value is (30,119,6). Sum of RGB (Red+Green+Blue) = 30+119+6=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7706 is #E188F9. Grayscale: #4F4F4F. Windows color (decimal): -14780666 or 423710. OLE color: 423710.
HSL color Cylindrical-coordinate representation of color #1E7706: hue angle of 107.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E7706 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 6 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.53 |
| HSL | 107.26º | 0.9% | 0.25% | - |
| HSV(B) | 107.26º | 0.95% | 0.47% | - |
| XYZ | 7.17 | 13.48 | 2.4 | - |
| YUV | 79.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 6 | 0.75 | 0 | 0.95 | 0.53 | 107.26 | 0.9 | 0.25 |
| Hex | 1E | 77 | 6 | 4B | 0 | 5F | 35 | 6B | 5A | 19 |
| Octal | 36 | 167 | 6 | 113 | 0 | 137 | 65 | 153 | 132 | 31 |
| Binary | 11110 | 1110111 | 110 | 1001011 | 0 | 1011111 | 110101 | 1101011 | 1011010 | 11001 |
Color Harmonies of #1E7706
Complementary color
Monochromatic Colors of #1E7706
Black with #1E7706
Text Example
Text Example
White with #1E7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7706; }
p { color: rgb(30,119,6); }
H1.HeaderClassName
{
color: #1E7706;
}
.AnyTagClassName
{
color: #1E7706;
}
</style>
background-color css
<style>
a { background-color: #1E7706; }
a { background-color: rgb(30,119,6); }
div.DivClassName
{
background-color: #1E7706;
}
.BgClassName
{
background-color: #1E7706;
}
</style>
border-color css
<style>
span { border-color: #1E7706; }
span { border-color: rgb(30,119,6); }
td.TdClassName
{
border-color: #1E7706;
}
.TagClassName
{
border-color: #1E7706;
}
</style>