Shades of Green #1E7304
Tints of Green #1E7304
RGB
CMYK
RGB Variations
Color information
#1E7304 (or 0x1E7304) is known color: Green. HEX triplet: 1E, 73 and 04. RGB value is (30,115,4). Sum of RGB (Red+Green+Blue) = 30+115+4=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7304 is #E18CFB. Grayscale: #4D4D4D. Windows color (decimal): -14781692 or 291614. OLE color: 291614.
HSL color Cylindrical-coordinate representation of color #1E7304: hue angle of 105.95º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E7304 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 4 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.55 |
| HSL | 105.95º | 0.93% | 0.23% | - |
| HSV(B) | 105.95º | 0.97% | 0.45% | - |
| XYZ | 6.69 | 12.55 | 2.18 | - |
| YUV | 76.93 | 86.84 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 4 | 0.74 | 0 | 0.97 | 0.55 | 105.95 | 0.93 | 0.23 |
| Hex | 1E | 73 | 4 | 4A | 0 | 61 | 37 | 6A | 5D | 17 |
| Octal | 36 | 163 | 4 | 112 | 0 | 141 | 67 | 152 | 135 | 27 |
| Binary | 11110 | 1110011 | 100 | 1001010 | 0 | 1100001 | 110111 | 1101010 | 1011101 | 10111 |
Color Harmonies of #1E7304
Complementary color
Monochromatic Colors of #1E7304
Black with #1E7304
Text Example
Text Example
White with #1E7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7304; }
p { color: rgb(30,115,4); }
H1.HeaderClassName
{
color: #1E7304;
}
.AnyTagClassName
{
color: #1E7304;
}
</style>
background-color css
<style>
a { background-color: #1E7304; }
a { background-color: rgb(30,115,4); }
div.DivClassName
{
background-color: #1E7304;
}
.BgClassName
{
background-color: #1E7304;
}
</style>
border-color css
<style>
span { border-color: #1E7304; }
span { border-color: rgb(30,115,4); }
td.TdClassName
{
border-color: #1E7304;
}
.TagClassName
{
border-color: #1E7304;
}
</style>