Shades of Green #1E7A07
Tints of Green #1E7A07
RGB
CMYK
RGB Variations
Color information
#1E7A07 (or 0x1E7A07) is known color: Green. HEX triplet: 1E, 7A and 07. RGB value is (30,122,7). Sum of RGB (Red+Green+Blue) = 30+122+7=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 122 (48.05% from 255 or 76.73% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7A07 is #E185F8. Grayscale: #515151. Windows color (decimal): -14779897 or 490014. OLE color: 490014.
HSL color Cylindrical-coordinate representation of color #1E7A07: hue angle of 108º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E7A07 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 7 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.52 |
| HSL | 108º | 0.89% | 0.25% | - |
| HSV(B) | 108º | 0.94% | 0.48% | - |
| XYZ | 7.53 | 14.21 | 2.55 | - |
| YUV | 81.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 7 | 0.75 | 0 | 0.94 | 0.52 | 108 | 0.89 | 0.25 |
| Hex | 1E | 7A | 7 | 4B | 0 | 5E | 34 | 6C | 59 | 19 |
| Octal | 36 | 172 | 7 | 113 | 0 | 136 | 64 | 154 | 131 | 31 |
| Binary | 11110 | 1111010 | 111 | 1001011 | 0 | 1011110 | 110100 | 1101100 | 1011001 | 11001 |
Color Harmonies of #1E7A07
Complementary color
Monochromatic Colors of #1E7A07
Black with #1E7A07
Text Example
Text Example
White with #1E7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A07; }
p { color: rgb(30,122,7); }
H1.HeaderClassName
{
color: #1E7A07;
}
.AnyTagClassName
{
color: #1E7A07;
}
</style>
background-color css
<style>
a { background-color: #1E7A07; }
a { background-color: rgb(30,122,7); }
div.DivClassName
{
background-color: #1E7A07;
}
.BgClassName
{
background-color: #1E7A07;
}
</style>
border-color css
<style>
span { border-color: #1E7A07; }
span { border-color: rgb(30,122,7); }
td.TdClassName
{
border-color: #1E7A07;
}
.TagClassName
{
border-color: #1E7A07;
}
</style>