Shades of Green Waterloo #0C0E00
Tints of Green Waterloo #0C0E00
RGB
CMYK
RGB Variations
Color information
#0C0E00 (or 0x0C0E00) is known color: Green Waterloo. HEX triplet: 0C, 0E and 00. RGB value is (12,14,0). Sum of RGB (Red+Green+Blue) = 12+14+0=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #0C0E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E00 is #F3F1FF. Grayscale: #0B0B0B. Windows color (decimal): -15987200 or 3596. OLE color: 3596.
HSL color Cylindrical-coordinate representation of color #0C0E00: hue angle of 68.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0E00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 14 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.95 |
| HSL | 68.57º | 1% | 0.03% | - |
| HSV(B) | 68.57º | 1% | 0.05% | - |
| XYZ | 0.31 | 0.39 | 0.06 | - |
| YUV | 11.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 0 | 0.14 | 0 | 1 | 0.95 | 68.57 | 1 | 0.03 |
| Hex | C | E | 0 | E | 0 | 64 | 5F | 45 | 64 | 3 |
| Octal | 14 | 16 | 0 | 16 | 0 | 144 | 137 | 105 | 144 | 3 |
| Binary | 1100 | 1110 | 0 | 1110 | 0 | 1100100 | 1011111 | 1000101 | 1100100 | 11 |
Color Harmonies of #0C0E00
Complementary color
Monochromatic Colors of #0C0E00
Black with #0C0E00
Text Example
Text Example
White with #0C0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E00; }
p { color: rgb(12,14,0); }
H1.HeaderClassName
{
color: #0C0E00;
}
.AnyTagClassName
{
color: #0C0E00;
}
</style>
background-color css
<style>
a { background-color: #0C0E00; }
a { background-color: rgb(12,14,0); }
div.DivClassName
{
background-color: #0C0E00;
}
.BgClassName
{
background-color: #0C0E00;
}
</style>
border-color css
<style>
span { border-color: #0C0E00; }
span { border-color: rgb(12,14,0); }
td.TdClassName
{
border-color: #0C0E00;
}
.TagClassName
{
border-color: #0C0E00;
}
</style>