Shades of Green Waterloo #0C0F02
Tints of Green Waterloo #0C0F02
RGB
CMYK
RGB Variations
Color information
#0C0F02 (or 0x0C0F02) is known color: Green Waterloo. HEX triplet: 0C, 0F and 02. RGB value is (12,15,2). Sum of RGB (Red+Green+Blue) = 12+15+2=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F02 is #F3F0FD. Grayscale: #0C0C0C. Windows color (decimal): -15986942 or 134924. OLE color: 134924.
HSL color Cylindrical-coordinate representation of color #0C0F02: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0F02 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 15 | 2 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.94 |
| HSL | 73.85º | 0.76% | 0.03% | - |
| HSV(B) | 73.85º | 0.87% | 0.06% | - |
| XYZ | 0.33 | 0.42 | 0.12 | - |
| YUV | 12.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 2 | 0.20 | 0 | 0.87 | 0.94 | 73.85 | 0.76 | 0.03 |
| Hex | C | F | 2 | 14 | 0 | 57 | 5E | 4A | 4C | 3 |
| Octal | 14 | 17 | 2 | 24 | 0 | 127 | 136 | 112 | 114 | 3 |
| Binary | 1100 | 1111 | 10 | 10100 | 0 | 1010111 | 1011110 | 1001010 | 1001100 | 11 |
Color Harmonies of #0C0F02
Complementary color
Monochromatic Colors of #0C0F02
Black with #0C0F02
Text Example
Text Example
White with #0C0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F02; }
p { color: rgb(12,15,2); }
H1.HeaderClassName
{
color: #0C0F02;
}
.AnyTagClassName
{
color: #0C0F02;
}
</style>
background-color css
<style>
a { background-color: #0C0F02; }
a { background-color: rgb(12,15,2); }
div.DivClassName
{
background-color: #0C0F02;
}
.BgClassName
{
background-color: #0C0F02;
}
</style>
border-color css
<style>
span { border-color: #0C0F02; }
span { border-color: rgb(12,15,2); }
td.TdClassName
{
border-color: #0C0F02;
}
.TagClassName
{
border-color: #0C0F02;
}
</style>