Shades of Green #1E6906
Tints of Green #1E6906
RGB
CMYK
RGB Variations
Color information
#1E6906 (or 0x1E6906) is known color: Green. HEX triplet: 1E, 69 and 06. RGB value is (30,105,6). Sum of RGB (Red+Green+Blue) = 30+105+6=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6906 is #E196F9. Grayscale: #474747. Windows color (decimal): -14784250 or 420126. OLE color: 420126.
HSL color Cylindrical-coordinate representation of color #1E6906: hue angle of 105.45º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E6906 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 6 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.59 |
| HSL | 105.45º | 0.89% | 0.22% | - |
| HSV(B) | 105.45º | 0.94% | 0.41% | - |
| XYZ | 5.62 | 10.39 | 1.88 | - |
| YUV | 71.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 6 | 0.71 | 0 | 0.94 | 0.59 | 105.45 | 0.89 | 0.22 |
| Hex | 1E | 69 | 6 | 47 | 0 | 5E | 3B | 69 | 59 | 16 |
| Octal | 36 | 151 | 6 | 107 | 0 | 136 | 73 | 151 | 131 | 26 |
| Binary | 11110 | 1101001 | 110 | 1000111 | 0 | 1011110 | 111011 | 1101001 | 1011001 | 10110 |
Color Harmonies of #1E6906
Complementary color
Monochromatic Colors of #1E6906
Black with #1E6906
Text Example
Text Example
White with #1E6906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6906; }
p { color: rgb(30,105,6); }
H1.HeaderClassName
{
color: #1E6906;
}
.AnyTagClassName
{
color: #1E6906;
}
</style>
background-color css
<style>
a { background-color: #1E6906; }
a { background-color: rgb(30,105,6); }
div.DivClassName
{
background-color: #1E6906;
}
.BgClassName
{
background-color: #1E6906;
}
</style>
border-color css
<style>
span { border-color: #1E6906; }
span { border-color: rgb(30,105,6); }
td.TdClassName
{
border-color: #1E6906;
}
.TagClassName
{
border-color: #1E6906;
}
</style>