Shades of Green Waterloo #0E1100
Tints of Green Waterloo #0E1100
RGB
CMYK
RGB Variations
Color information
#0E1100 (or 0x0E1100) is known color: Green Waterloo. HEX triplet: 0E, 11 and 00. RGB value is (14,17,0). Sum of RGB (Red+Green+Blue) = 14+17+0=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1100 is #F1EEFF. Grayscale: #0E0E0E. Windows color (decimal): -15855360 or 4366. OLE color: 4366.
HSL color Cylindrical-coordinate representation of color #0E1100: hue angle of 70.59º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E1100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 17 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.93 |
| HSL | 70.59º | 1% | 0.03% | - |
| HSV(B) | 70.59º | 1% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.08 | - |
| YUV | 14.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 0 | 0.18 | 0 | 1 | 0.93 | 70.59 | 1 | 0.03 |
| Hex | E | 11 | 0 | 12 | 0 | 64 | 5D | 47 | 64 | 3 |
| Octal | 16 | 21 | 0 | 22 | 0 | 144 | 135 | 107 | 144 | 3 |
| Binary | 1110 | 10001 | 0 | 10010 | 0 | 1100100 | 1011101 | 1000111 | 1100100 | 11 |
Color Harmonies of #0E1100
Complementary color
Monochromatic Colors of #0E1100
Black with #0E1100
Text Example
Text Example
White with #0E1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1100; }
p { color: rgb(14,17,0); }
H1.HeaderClassName
{
color: #0E1100;
}
.AnyTagClassName
{
color: #0E1100;
}
</style>
background-color css
<style>
a { background-color: #0E1100; }
a { background-color: rgb(14,17,0); }
div.DivClassName
{
background-color: #0E1100;
}
.BgClassName
{
background-color: #0E1100;
}
</style>
border-color css
<style>
span { border-color: #0E1100; }
span { border-color: rgb(14,17,0); }
td.TdClassName
{
border-color: #0E1100;
}
.TagClassName
{
border-color: #0E1100;
}
</style>