Shades of Green #1E7508
Tints of Green #1E7508
RGB
CMYK
RGB Variations
Color information
#1E7508 (or 0x1E7508) is known color: Green. HEX triplet: 1E, 75 and 08. RGB value is (30,117,8). Sum of RGB (Red+Green+Blue) = 30+117+8=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7508 is #E18AF7. Grayscale: #4E4E4E. Windows color (decimal): -14781176 or 554270. OLE color: 554270.
HSL color Cylindrical-coordinate representation of color #1E7508: hue angle of 107.89º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E7508 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 8 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.54 |
| HSL | 107.89º | 0.87% | 0.25% | - |
| HSV(B) | 107.89º | 0.93% | 0.46% | - |
| XYZ | 6.94 | 13.02 | 2.38 | - |
| YUV | 78.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 8 | 0.74 | 0 | 0.93 | 0.54 | 107.89 | 0.87 | 0.25 |
| Hex | 1E | 75 | 8 | 4A | 0 | 5D | 36 | 6C | 57 | 19 |
| Octal | 36 | 165 | 10 | 112 | 0 | 135 | 66 | 154 | 127 | 31 |
| Binary | 11110 | 1110101 | 1000 | 1001010 | 0 | 1011101 | 110110 | 1101100 | 1010111 | 11001 |
Color Harmonies of #1E7508
Complementary color
Monochromatic Colors of #1E7508
Black with #1E7508
Text Example
Text Example
White with #1E7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7508; }
p { color: rgb(30,117,8); }
H1.HeaderClassName
{
color: #1E7508;
}
.AnyTagClassName
{
color: #1E7508;
}
</style>
background-color css
<style>
a { background-color: #1E7508; }
a { background-color: rgb(30,117,8); }
div.DivClassName
{
background-color: #1E7508;
}
.BgClassName
{
background-color: #1E7508;
}
</style>
border-color css
<style>
span { border-color: #1E7508; }
span { border-color: rgb(30,117,8); }
td.TdClassName
{
border-color: #1E7508;
}
.TagClassName
{
border-color: #1E7508;
}
</style>