Shades of Green #1E7601
Tints of Green #1E7601
RGB
CMYK
RGB Variations
Color information
#1E7601 (or 0x1E7601) is known color: Green. HEX triplet: 1E, 76 and 01. RGB value is (30,118,1). Sum of RGB (Red+Green+Blue) = 30+118+1=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7601 is #E189FE. Grayscale: #4E4E4E. Windows color (decimal): -14780927 or 95774. OLE color: 95774.
HSL color Cylindrical-coordinate representation of color #1E7601: hue angle of 105.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E7601 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.54 |
| HSL | 105.13º | 0.98% | 0.23% | - |
| HSV(B) | 105.13º | 0.99% | 0.46% | - |
| XYZ | 7.02 | 13.24 | 2.21 | - |
| YUV | 78.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 1 | 0.75 | 0 | 0.99 | 0.54 | 105.13 | 0.98 | 0.23 |
| Hex | 1E | 76 | 1 | 4B | 0 | 63 | 36 | 69 | 62 | 17 |
| Octal | 36 | 166 | 1 | 113 | 0 | 143 | 66 | 151 | 142 | 27 |
| Binary | 11110 | 1110110 | 1 | 1001011 | 0 | 1100011 | 110110 | 1101001 | 1100010 | 10111 |
Color Harmonies of #1E7601
Complementary color
Monochromatic Colors of #1E7601
Black with #1E7601
Text Example
Text Example
White with #1E7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7601; }
p { color: rgb(30,118,1); }
H1.HeaderClassName
{
color: #1E7601;
}
.AnyTagClassName
{
color: #1E7601;
}
</style>
background-color css
<style>
a { background-color: #1E7601; }
a { background-color: rgb(30,118,1); }
div.DivClassName
{
background-color: #1E7601;
}
.BgClassName
{
background-color: #1E7601;
}
</style>
border-color css
<style>
span { border-color: #1E7601; }
span { border-color: rgb(30,118,1); }
td.TdClassName
{
border-color: #1E7601;
}
.TagClassName
{
border-color: #1E7601;
}
</style>