Shades of Green Waterloo #0D0F04
Tints of Green Waterloo #0D0F04
RGB
CMYK
RGB Variations
Color information
#0D0F04 (or 0x0D0F04) is known color: Green Waterloo. HEX triplet: 0D, 0F and 04. RGB value is (13,15,4). Sum of RGB (Red+Green+Blue) = 13+15+4=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F04 is #F2F0FB. Grayscale: #0D0D0D. Windows color (decimal): -15921404 or 265997. OLE color: 265997.
HSL color Cylindrical-coordinate representation of color #0D0F04: hue angle of 70.91º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D0F04 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 15 | 4 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.94 |
| HSL | 70.91º | 0.58% | 0.04% | - |
| HSV(B) | 70.91º | 0.73% | 0.06% | - |
| XYZ | 0.36 | 0.44 | 0.18 | - |
| YUV | 13.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 4 | 0.13 | 0 | 0.73 | 0.94 | 70.91 | 0.58 | 0.04 |
| Hex | D | F | 4 | D | 0 | 49 | 5E | 47 | 3A | 4 |
| Octal | 15 | 17 | 4 | 15 | 0 | 111 | 136 | 107 | 72 | 4 |
| Binary | 1101 | 1111 | 100 | 1101 | 0 | 1001001 | 1011110 | 1000111 | 111010 | 100 |
Color Harmonies of #0D0F04
Complementary color
Monochromatic Colors of #0D0F04
Black with #0D0F04
Text Example
Text Example
White with #0D0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F04; }
p { color: rgb(13,15,4); }
H1.HeaderClassName
{
color: #0D0F04;
}
.AnyTagClassName
{
color: #0D0F04;
}
</style>
background-color css
<style>
a { background-color: #0D0F04; }
a { background-color: rgb(13,15,4); }
div.DivClassName
{
background-color: #0D0F04;
}
.BgClassName
{
background-color: #0D0F04;
}
</style>
border-color css
<style>
span { border-color: #0D0F04; }
span { border-color: rgb(13,15,4); }
td.TdClassName
{
border-color: #0D0F04;
}
.TagClassName
{
border-color: #0D0F04;
}
</style>