Shades of Green #1E6F0B
Tints of Green #1E6F0B
RGB
CMYK
RGB Variations
Color information
#1E6F0B (or 0x1E6F0B) is known color: Green. HEX triplet: 1E, 6F and 0B. RGB value is (30,111,11). Sum of RGB (Red+Green+Blue) = 30+111+11=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6F0B is #E190F4. Grayscale: #4B4B4B. Windows color (decimal): -14782709 or 749342. OLE color: 749342.
HSL color Cylindrical-coordinate representation of color #1E6F0B: hue angle of 108.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E6F0B is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 11 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.56 |
| HSL | 108.6º | 0.82% | 0.24% | - |
| HSV(B) | 108.6º | 0.9% | 0.44% | - |
| XYZ | 6.28 | 11.67 | 2.24 | - |
| YUV | 75.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 11 | 0.73 | 0 | 0.90 | 0.56 | 108.6 | 0.82 | 0.24 |
| Hex | 1E | 6F | B | 49 | 0 | 5A | 38 | 6D | 52 | 18 |
| Octal | 36 | 157 | 13 | 111 | 0 | 132 | 70 | 155 | 122 | 30 |
| Binary | 11110 | 1101111 | 1011 | 1001001 | 0 | 1011010 | 111000 | 1101101 | 1010010 | 11000 |
Color Harmonies of #1E6F0B
Complementary color
Monochromatic Colors of #1E6F0B
Black with #1E6F0B
Text Example
Text Example
White with #1E6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F0B; }
p { color: rgb(30,111,11); }
H1.HeaderClassName
{
color: #1E6F0B;
}
.AnyTagClassName
{
color: #1E6F0B;
}
</style>
background-color css
<style>
a { background-color: #1E6F0B; }
a { background-color: rgb(30,111,11); }
div.DivClassName
{
background-color: #1E6F0B;
}
.BgClassName
{
background-color: #1E6F0B;
}
</style>
border-color css
<style>
span { border-color: #1E6F0B; }
span { border-color: rgb(30,111,11); }
td.TdClassName
{
border-color: #1E6F0B;
}
.TagClassName
{
border-color: #1E6F0B;
}
</style>