Shades of Green #1E7401
Tints of Green #1E7401
RGB
CMYK
RGB Variations
Color information
#1E7401 (or 0x1E7401) is known color: Green. HEX triplet: 1E, 74 and 01. RGB value is (30,116,1). Sum of RGB (Red+Green+Blue) = 30+116+1=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7401 is #E18BFE. Grayscale: #4D4D4D. Windows color (decimal): -14781439 or 95262. OLE color: 95262.
HSL color Cylindrical-coordinate representation of color #1E7401: hue angle of 104.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E7401 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.55 |
| HSL | 104.87º | 0.98% | 0.23% | - |
| HSV(B) | 104.87º | 0.99% | 0.45% | - |
| XYZ | 6.79 | 12.77 | 2.14 | - |
| YUV | 77.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 1 | 0.74 | 0 | 0.99 | 0.55 | 104.87 | 0.98 | 0.23 |
| Hex | 1E | 74 | 1 | 4A | 0 | 63 | 37 | 69 | 62 | 17 |
| Octal | 36 | 164 | 1 | 112 | 0 | 143 | 67 | 151 | 142 | 27 |
| Binary | 11110 | 1110100 | 1 | 1001010 | 0 | 1100011 | 110111 | 1101001 | 1100010 | 10111 |
Color Harmonies of #1E7401
Complementary color
Monochromatic Colors of #1E7401
Black with #1E7401
Text Example
Text Example
White with #1E7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7401; }
p { color: rgb(30,116,1); }
H1.HeaderClassName
{
color: #1E7401;
}
.AnyTagClassName
{
color: #1E7401;
}
</style>
background-color css
<style>
a { background-color: #1E7401; }
a { background-color: rgb(30,116,1); }
div.DivClassName
{
background-color: #1E7401;
}
.BgClassName
{
background-color: #1E7401;
}
</style>
border-color css
<style>
span { border-color: #1E7401; }
span { border-color: rgb(30,116,1); }
td.TdClassName
{
border-color: #1E7401;
}
.TagClassName
{
border-color: #1E7401;
}
</style>