Shades of Green #1E7A04
Tints of Green #1E7A04
RGB
CMYK
RGB Variations
Color information
#1E7A04 (or 0x1E7A04) is known color: Green. HEX triplet: 1E, 7A and 04. RGB value is (30,122,4). Sum of RGB (Red+Green+Blue) = 30+122+4=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 122 (48.05% from 255 or 78.21% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7A04 is #E185FB. Grayscale: #515151. Windows color (decimal): -14779900 or 293406. OLE color: 293406.
HSL color Cylindrical-coordinate representation of color #1E7A04: hue angle of 106.78º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E7A04 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 4 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.52 |
| HSL | 106.78º | 0.94% | 0.25% | - |
| HSV(B) | 106.78º | 0.97% | 0.48% | - |
| XYZ | 7.52 | 14.2 | 2.46 | - |
| YUV | 81.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 4 | 0.75 | 0 | 0.97 | 0.52 | 106.78 | 0.94 | 0.25 |
| Hex | 1E | 7A | 4 | 4B | 0 | 61 | 34 | 6B | 5E | 19 |
| Octal | 36 | 172 | 4 | 113 | 0 | 141 | 64 | 153 | 136 | 31 |
| Binary | 11110 | 1111010 | 100 | 1001011 | 0 | 1100001 | 110100 | 1101011 | 1011110 | 11001 |
Color Harmonies of #1E7A04
Complementary color
Monochromatic Colors of #1E7A04
Black with #1E7A04
Text Example
Text Example
White with #1E7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A04; }
p { color: rgb(30,122,4); }
H1.HeaderClassName
{
color: #1E7A04;
}
.AnyTagClassName
{
color: #1E7A04;
}
</style>
background-color css
<style>
a { background-color: #1E7A04; }
a { background-color: rgb(30,122,4); }
div.DivClassName
{
background-color: #1E7A04;
}
.BgClassName
{
background-color: #1E7A04;
}
</style>
border-color css
<style>
span { border-color: #1E7A04; }
span { border-color: rgb(30,122,4); }
td.TdClassName
{
border-color: #1E7A04;
}
.TagClassName
{
border-color: #1E7A04;
}
</style>