Shades of Green Waterloo #0E1001
Tints of Green Waterloo #0E1001
RGB
CMYK
RGB Variations
Color information
#0E1001 (or 0x0E1001) is known color: Green Waterloo. HEX triplet: 0E, 10 and 01. RGB value is (14,16,1). Sum of RGB (Red+Green+Blue) = 14+16+1=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #0E1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1001 is #F1EFFE. Grayscale: #0D0D0D. Windows color (decimal): -15855615 or 69646. OLE color: 69646.
HSL color Cylindrical-coordinate representation of color #0E1001: hue angle of 68º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1001 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 16 | 1 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.94 |
| HSL | 68º | 0.88% | 0.03% | - |
| HSV(B) | 68º | 0.94% | 0.06% | - |
| XYZ | 0.37 | 0.47 | 0.1 | - |
| YUV | 13.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 1 | 0.13 | 0 | 0.94 | 0.94 | 68 | 0.88 | 0.03 |
| Hex | E | 10 | 1 | D | 0 | 5E | 5E | 44 | 58 | 3 |
| Octal | 16 | 20 | 1 | 15 | 0 | 136 | 136 | 104 | 130 | 3 |
| Binary | 1110 | 10000 | 1 | 1101 | 0 | 1011110 | 1011110 | 1000100 | 1011000 | 11 |
Color Harmonies of #0E1001
Complementary color
Monochromatic Colors of #0E1001
Black with #0E1001
Text Example
Text Example
White with #0E1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1001; }
p { color: rgb(14,16,1); }
H1.HeaderClassName
{
color: #0E1001;
}
.AnyTagClassName
{
color: #0E1001;
}
</style>
background-color css
<style>
a { background-color: #0E1001; }
a { background-color: rgb(14,16,1); }
div.DivClassName
{
background-color: #0E1001;
}
.BgClassName
{
background-color: #0E1001;
}
</style>
border-color css
<style>
span { border-color: #0E1001; }
span { border-color: rgb(14,16,1); }
td.TdClassName
{
border-color: #0E1001;
}
.TagClassName
{
border-color: #0E1001;
}
</style>