Shades of Green #1E6D07
Tints of Green #1E6D07
RGB
CMYK
RGB Variations
Color information
#1E6D07 (or 0x1E6D07) is known color: Green. HEX triplet: 1E, 6D and 07. RGB value is (30,109,7). Sum of RGB (Red+Green+Blue) = 30+109+7=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 109 (42.97% from 255 or 74.66% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6D07 is #E192F8. Grayscale: #4A4A4A. Windows color (decimal): -14783225 or 486686. OLE color: 486686.
HSL color Cylindrical-coordinate representation of color #1E6D07: hue angle of 106.47º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E6D07 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 7 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.57 |
| HSL | 106.47º | 0.88% | 0.23% | - |
| HSV(B) | 106.47º | 0.94% | 0.43% | - |
| XYZ | 6.04 | 11.23 | 2.05 | - |
| YUV | 73.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 7 | 0.72 | 0 | 0.94 | 0.57 | 106.47 | 0.88 | 0.23 |
| Hex | 1E | 6D | 7 | 48 | 0 | 5E | 39 | 6A | 58 | 17 |
| Octal | 36 | 155 | 7 | 110 | 0 | 136 | 71 | 152 | 130 | 27 |
| Binary | 11110 | 1101101 | 111 | 1001000 | 0 | 1011110 | 111001 | 1101010 | 1011000 | 10111 |
Color Harmonies of #1E6D07
Complementary color
Monochromatic Colors of #1E6D07
Black with #1E6D07
Text Example
Text Example
White with #1E6D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D07; }
p { color: rgb(30,109,7); }
H1.HeaderClassName
{
color: #1E6D07;
}
.AnyTagClassName
{
color: #1E6D07;
}
</style>
background-color css
<style>
a { background-color: #1E6D07; }
a { background-color: rgb(30,109,7); }
div.DivClassName
{
background-color: #1E6D07;
}
.BgClassName
{
background-color: #1E6D07;
}
</style>
border-color css
<style>
span { border-color: #1E6D07; }
span { border-color: rgb(30,109,7); }
td.TdClassName
{
border-color: #1E6D07;
}
.TagClassName
{
border-color: #1E6D07;
}
</style>