Shades of Green Waterloo #0D1001
Tints of Green Waterloo #0D1001
RGB
CMYK
RGB Variations
Color information
#0D1001 (or 0x0D1001) is known color: Green Waterloo. HEX triplet: 0D, 10 and 01. RGB value is (13,16,1). Sum of RGB (Red+Green+Blue) = 13+16+1=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1001 is #F2EFFE. Grayscale: #0D0D0D. Windows color (decimal): -15921151 or 69645. OLE color: 69645.
HSL color Cylindrical-coordinate representation of color #0D1001: hue angle of 72º 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 #0D1001 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 1 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.94 |
| HSL | 72º | 0.88% | 0.03% | - |
| HSV(B) | 72º | 0.94% | 0.06% | - |
| XYZ | 0.36 | 0.46 | 0.1 | - |
| YUV | 13.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 1 | 0.19 | 0 | 0.94 | 0.94 | 72 | 0.88 | 0.03 |
| Hex | D | 10 | 1 | 13 | 0 | 5E | 5E | 48 | 58 | 3 |
| Octal | 15 | 20 | 1 | 23 | 0 | 136 | 136 | 110 | 130 | 3 |
| Binary | 1101 | 10000 | 1 | 10011 | 0 | 1011110 | 1011110 | 1001000 | 1011000 | 11 |
Color Harmonies of #0D1001
Complementary color
Monochromatic Colors of #0D1001
Black with #0D1001
Text Example
Text Example
White with #0D1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1001; }
p { color: rgb(13,16,1); }
H1.HeaderClassName
{
color: #0D1001;
}
.AnyTagClassName
{
color: #0D1001;
}
</style>
background-color css
<style>
a { background-color: #0D1001; }
a { background-color: rgb(13,16,1); }
div.DivClassName
{
background-color: #0D1001;
}
.BgClassName
{
background-color: #0D1001;
}
</style>
border-color css
<style>
span { border-color: #0D1001; }
span { border-color: rgb(13,16,1); }
td.TdClassName
{
border-color: #0D1001;
}
.TagClassName
{
border-color: #0D1001;
}
</style>