Shades of Green Waterloo #0D1000
Tints of Green Waterloo #0D1000
RGB
CMYK
RGB Variations
Color information
#0D1000 (or 0x0D1000) is known color: Green Waterloo. HEX triplet: 0D, 10 and 00. RGB value is (13,16,0). Sum of RGB (Red+Green+Blue) = 13+16+0=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1000 is #F2EFFF. Grayscale: #0D0D0D. Windows color (decimal): -15921152 or 4109. OLE color: 4109.
HSL color Cylindrical-coordinate representation of color #0D1000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D1000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.94 |
| HSL | 71.25º | 1% | 0.03% | - |
| HSV(B) | 71.25º | 1% | 0.06% | - |
| XYZ | 0.35 | 0.46 | 0.07 | - |
| YUV | 13.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 0 | 0.19 | 0 | 1 | 0.94 | 71.25 | 1 | 0.03 |
| Hex | D | 10 | 0 | 13 | 0 | 64 | 5E | 47 | 64 | 3 |
| Octal | 15 | 20 | 0 | 23 | 0 | 144 | 136 | 107 | 144 | 3 |
| Binary | 1101 | 10000 | 0 | 10011 | 0 | 1100100 | 1011110 | 1000111 | 1100100 | 11 |
Color Harmonies of #0D1000
Complementary color
Monochromatic Colors of #0D1000
Black with #0D1000
Text Example
Text Example
White with #0D1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1000; }
p { color: rgb(13,16,0); }
H1.HeaderClassName
{
color: #0D1000;
}
.AnyTagClassName
{
color: #0D1000;
}
</style>
background-color css
<style>
a { background-color: #0D1000; }
a { background-color: rgb(13,16,0); }
div.DivClassName
{
background-color: #0D1000;
}
.BgClassName
{
background-color: #0D1000;
}
</style>
border-color css
<style>
span { border-color: #0D1000; }
span { border-color: rgb(13,16,0); }
td.TdClassName
{
border-color: #0D1000;
}
.TagClassName
{
border-color: #0D1000;
}
</style>