Shades of Green #1E7404
Tints of Green #1E7404
RGB
CMYK
RGB Variations
Color information
#1E7404 (or 0x1E7404) is known color: Green. HEX triplet: 1E, 74 and 04. RGB value is (30,116,4). Sum of RGB (Red+Green+Blue) = 30+116+4=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7404 is #E18BFB. Grayscale: #4D4D4D. Windows color (decimal): -14781436 or 291870. OLE color: 291870.
HSL color Cylindrical-coordinate representation of color #1E7404: hue angle of 106.07º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E7404 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 4 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.55 |
| HSL | 106.07º | 0.93% | 0.24% | - |
| HSV(B) | 106.07º | 0.97% | 0.45% | - |
| XYZ | 6.8 | 12.78 | 2.22 | - |
| YUV | 77.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 4 | 0.74 | 0 | 0.97 | 0.55 | 106.07 | 0.93 | 0.24 |
| Hex | 1E | 74 | 4 | 4A | 0 | 61 | 37 | 6A | 5D | 18 |
| Octal | 36 | 164 | 4 | 112 | 0 | 141 | 67 | 152 | 135 | 30 |
| Binary | 11110 | 1110100 | 100 | 1001010 | 0 | 1100001 | 110111 | 1101010 | 1011101 | 11000 |
Color Harmonies of #1E7404
Complementary color
Monochromatic Colors of #1E7404
Black with #1E7404
Text Example
Text Example
White with #1E7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7404; }
p { color: rgb(30,116,4); }
H1.HeaderClassName
{
color: #1E7404;
}
.AnyTagClassName
{
color: #1E7404;
}
</style>
background-color css
<style>
a { background-color: #1E7404; }
a { background-color: rgb(30,116,4); }
div.DivClassName
{
background-color: #1E7404;
}
.BgClassName
{
background-color: #1E7404;
}
</style>
border-color css
<style>
span { border-color: #1E7404; }
span { border-color: rgb(30,116,4); }
td.TdClassName
{
border-color: #1E7404;
}
.TagClassName
{
border-color: #1E7404;
}
</style>