Shades of Green Waterloo #0C0D08
Tints of Green Waterloo #0C0D08
RGB
CMYK
RGB Variations
Color information
#0C0D08 (or 0x0C0D08) is known color: Green Waterloo. HEX triplet: 0C, 0D and 08. RGB value is (12,13,8). Sum of RGB (Red+Green+Blue) = 12+13+8=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D08 is #F3F2F7. Grayscale: #0C0C0C. Windows color (decimal): -15987448 or 527628. OLE color: 527628.
HSL color Cylindrical-coordinate representation of color #0C0D08: hue angle of 72º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0C0D08 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 13 | 8 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.95 |
| HSL | 72º | 0.24% | 0.04% | - |
| HSV(B) | 72º | 0.38% | 0.05% | - |
| XYZ | 0.34 | 0.38 | 0.29 | - |
| YUV | 12.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 8 | 0.08 | 0 | 0.38 | 0.95 | 72 | 0.24 | 0.04 |
| Hex | C | D | 8 | 8 | 0 | 26 | 5F | 48 | 18 | 4 |
| Octal | 14 | 15 | 10 | 10 | 0 | 46 | 137 | 110 | 30 | 4 |
| Binary | 1100 | 1101 | 1000 | 1000 | 0 | 100110 | 1011111 | 1001000 | 11000 | 100 |
Color Harmonies of #0C0D08
Complementary color
Monochromatic Colors of #0C0D08
Black with #0C0D08
Text Example
Text Example
White with #0C0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0D08; }
p { color: rgb(12,13,8); }
H1.HeaderClassName
{
color: #0C0D08;
}
.AnyTagClassName
{
color: #0C0D08;
}
</style>
background-color css
<style>
a { background-color: #0C0D08; }
a { background-color: rgb(12,13,8); }
div.DivClassName
{
background-color: #0C0D08;
}
.BgClassName
{
background-color: #0C0D08;
}
</style>
border-color css
<style>
span { border-color: #0C0D08; }
span { border-color: rgb(12,13,8); }
td.TdClassName
{
border-color: #0C0D08;
}
.TagClassName
{
border-color: #0C0D08;
}
</style>