Shades of Green #1E6E04
Tints of Green #1E6E04
RGB
CMYK
RGB Variations
Color information
#1E6E04 (or 0x1E6E04) is known color: Green. HEX triplet: 1E, 6E and 04. RGB value is (30,110,4). Sum of RGB (Red+Green+Blue) = 30+110+4=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 110 (43.36% from 255 or 76.39% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6E04 is #E191FB. Grayscale: #4A4A4A. Windows color (decimal): -14782972 or 290334. OLE color: 290334.
HSL color Cylindrical-coordinate representation of color #1E6E04: hue angle of 105.28º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E6E04 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 110 | 4 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.57 |
| HSL | 105.28º | 0.93% | 0.22% | - |
| HSV(B) | 105.28º | 0.96% | 0.43% | - |
| XYZ | 6.13 | 11.44 | 2 | - |
| YUV | 74 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 4 | 0.73 | 0 | 0.96 | 0.57 | 105.28 | 0.93 | 0.22 |
| Hex | 1E | 6E | 4 | 49 | 0 | 60 | 39 | 69 | 5D | 16 |
| Octal | 36 | 156 | 4 | 111 | 0 | 140 | 71 | 151 | 135 | 26 |
| Binary | 11110 | 1101110 | 100 | 1001001 | 0 | 1100000 | 111001 | 1101001 | 1011101 | 10110 |
Color Harmonies of #1E6E04
Complementary color
Monochromatic Colors of #1E6E04
Black with #1E6E04
Text Example
Text Example
White with #1E6E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E04; }
p { color: rgb(30,110,4); }
H1.HeaderClassName
{
color: #1E6E04;
}
.AnyTagClassName
{
color: #1E6E04;
}
</style>
background-color css
<style>
a { background-color: #1E6E04; }
a { background-color: rgb(30,110,4); }
div.DivClassName
{
background-color: #1E6E04;
}
.BgClassName
{
background-color: #1E6E04;
}
</style>
border-color css
<style>
span { border-color: #1E6E04; }
span { border-color: rgb(30,110,4); }
td.TdClassName
{
border-color: #1E6E04;
}
.TagClassName
{
border-color: #1E6E04;
}
</style>