Shades of Green #1E6D0A
Tints of Green #1E6D0A
RGB
CMYK
RGB Variations
Color information
#1E6D0A (or 0x1E6D0A) is known color: Green. HEX triplet: 1E, 6D and 0A. RGB value is (30,109,10). Sum of RGB (Red+Green+Blue) = 30+109+10=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 109 (42.97% from 255 or 73.15% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6D0A is #E192F5. Grayscale: #4A4A4A. Windows color (decimal): -14783222 or 683294. OLE color: 683294.
HSL color Cylindrical-coordinate representation of color #1E6D0A: hue angle of 107.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E6D0A is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 10 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.57 |
| HSL | 107.88º | 0.83% | 0.23% | - |
| HSV(B) | 107.88º | 0.91% | 0.43% | - |
| XYZ | 6.06 | 11.24 | 2.14 | - |
| YUV | 74.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 10 | 0.72 | 0 | 0.91 | 0.57 | 107.88 | 0.83 | 0.23 |
| Hex | 1E | 6D | A | 48 | 0 | 5B | 39 | 6C | 53 | 17 |
| Octal | 36 | 155 | 12 | 110 | 0 | 133 | 71 | 154 | 123 | 27 |
| Binary | 11110 | 1101101 | 1010 | 1001000 | 0 | 1011011 | 111001 | 1101100 | 1010011 | 10111 |
Color Harmonies of #1E6D0A
Complementary color
Monochromatic Colors of #1E6D0A
Black with #1E6D0A
Text Example
Text Example
White with #1E6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D0A; }
p { color: rgb(30,109,10); }
H1.HeaderClassName
{
color: #1E6D0A;
}
.AnyTagClassName
{
color: #1E6D0A;
}
</style>
background-color css
<style>
a { background-color: #1E6D0A; }
a { background-color: rgb(30,109,10); }
div.DivClassName
{
background-color: #1E6D0A;
}
.BgClassName
{
background-color: #1E6D0A;
}
</style>
border-color css
<style>
span { border-color: #1E6D0A; }
span { border-color: rgb(30,109,10); }
td.TdClassName
{
border-color: #1E6D0A;
}
.TagClassName
{
border-color: #1E6D0A;
}
</style>