Shades of Green Waterloo #0D1003
Tints of Green Waterloo #0D1003
RGB
CMYK
RGB Variations
Color information
#0D1003 (or 0x0D1003) is known color: Green Waterloo. HEX triplet: 0D, 10 and 03. RGB value is (13,16,3). Sum of RGB (Red+Green+Blue) = 13+16+3=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1003 is #F2EFFC. Grayscale: #0D0D0D. Windows color (decimal): -15921149 or 200717. OLE color: 200717.
HSL color Cylindrical-coordinate representation of color #0D1003: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D1003 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 3 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.94 |
| HSL | 73.85º | 0.68% | 0.04% | - |
| HSV(B) | 73.85º | 0.81% | 0.06% | - |
| XYZ | 0.37 | 0.46 | 0.16 | - |
| YUV | 13.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 3 | 0.19 | 0 | 0.81 | 0.94 | 73.85 | 0.68 | 0.04 |
| Hex | D | 10 | 3 | 13 | 0 | 51 | 5E | 4A | 44 | 4 |
| Octal | 15 | 20 | 3 | 23 | 0 | 121 | 136 | 112 | 104 | 4 |
| Binary | 1101 | 10000 | 11 | 10011 | 0 | 1010001 | 1011110 | 1001010 | 1000100 | 100 |
Color Harmonies of #0D1003
Complementary color
Monochromatic Colors of #0D1003
Black with #0D1003
Text Example
Text Example
White with #0D1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1003; }
p { color: rgb(13,16,3); }
H1.HeaderClassName
{
color: #0D1003;
}
.AnyTagClassName
{
color: #0D1003;
}
</style>
background-color css
<style>
a { background-color: #0D1003; }
a { background-color: rgb(13,16,3); }
div.DivClassName
{
background-color: #0D1003;
}
.BgClassName
{
background-color: #0D1003;
}
</style>
border-color css
<style>
span { border-color: #0D1003; }
span { border-color: rgb(13,16,3); }
td.TdClassName
{
border-color: #0D1003;
}
.TagClassName
{
border-color: #0D1003;
}
</style>