Shades of Green #1E6F0A
Tints of Green #1E6F0A
RGB
CMYK
RGB Variations
Color information
#1E6F0A (or 0x1E6F0A) is known color: Green. HEX triplet: 1E, 6F and 0A. RGB value is (30,111,10). Sum of RGB (Red+Green+Blue) = 30+111+10=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6F0A is #E190F5. Grayscale: #4B4B4B. Windows color (decimal): -14782710 or 683806. OLE color: 683806.
HSL color Cylindrical-coordinate representation of color #1E6F0A: hue angle of 108.12º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E6F0A is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 10 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.56 |
| HSL | 108.12º | 0.83% | 0.24% | - |
| HSV(B) | 108.12º | 0.91% | 0.44% | - |
| XYZ | 6.27 | 11.67 | 2.21 | - |
| YUV | 75.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 10 | 0.73 | 0 | 0.91 | 0.56 | 108.12 | 0.83 | 0.24 |
| Hex | 1E | 6F | A | 49 | 0 | 5B | 38 | 6C | 53 | 18 |
| Octal | 36 | 157 | 12 | 111 | 0 | 133 | 70 | 154 | 123 | 30 |
| Binary | 11110 | 1101111 | 1010 | 1001001 | 0 | 1011011 | 111000 | 1101100 | 1010011 | 11000 |
Color Harmonies of #1E6F0A
Complementary color
Monochromatic Colors of #1E6F0A
Black with #1E6F0A
Text Example
Text Example
White with #1E6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F0A; }
p { color: rgb(30,111,10); }
H1.HeaderClassName
{
color: #1E6F0A;
}
.AnyTagClassName
{
color: #1E6F0A;
}
</style>
background-color css
<style>
a { background-color: #1E6F0A; }
a { background-color: rgb(30,111,10); }
div.DivClassName
{
background-color: #1E6F0A;
}
.BgClassName
{
background-color: #1E6F0A;
}
</style>
border-color css
<style>
span { border-color: #1E6F0A; }
span { border-color: rgb(30,111,10); }
td.TdClassName
{
border-color: #1E6F0A;
}
.TagClassName
{
border-color: #1E6F0A;
}
</style>