Shades of Green Waterloo #0D0F02
Tints of Green Waterloo #0D0F02
RGB
CMYK
RGB Variations
Color information
#0D0F02 (or 0x0D0F02) is known color: Green Waterloo. HEX triplet: 0D, 0F and 02. RGB value is (13,15,2). Sum of RGB (Red+Green+Blue) = 13+15+2=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F02 is #F2F0FD. Grayscale: #0C0C0C. Windows color (decimal): -15921406 or 134925. OLE color: 134925.
HSL color Cylindrical-coordinate representation of color #0D0F02: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0F02 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 15 | 2 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.94 |
| HSL | 69.23º | 0.76% | 0.03% | - |
| HSV(B) | 69.23º | 0.87% | 0.06% | - |
| XYZ | 0.35 | 0.43 | 0.12 | - |
| YUV | 12.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 2 | 0.13 | 0 | 0.87 | 0.94 | 69.23 | 0.76 | 0.03 |
| Hex | D | F | 2 | D | 0 | 57 | 5E | 45 | 4C | 3 |
| Octal | 15 | 17 | 2 | 15 | 0 | 127 | 136 | 105 | 114 | 3 |
| Binary | 1101 | 1111 | 10 | 1101 | 0 | 1010111 | 1011110 | 1000101 | 1001100 | 11 |
Color Harmonies of #0D0F02
Complementary color
Monochromatic Colors of #0D0F02
Black with #0D0F02
Text Example
Text Example
White with #0D0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F02; }
p { color: rgb(13,15,2); }
H1.HeaderClassName
{
color: #0D0F02;
}
.AnyTagClassName
{
color: #0D0F02;
}
</style>
background-color css
<style>
a { background-color: #0D0F02; }
a { background-color: rgb(13,15,2); }
div.DivClassName
{
background-color: #0D0F02;
}
.BgClassName
{
background-color: #0D0F02;
}
</style>
border-color css
<style>
span { border-color: #0D0F02; }
span { border-color: rgb(13,15,2); }
td.TdClassName
{
border-color: #0D0F02;
}
.TagClassName
{
border-color: #0D0F02;
}
</style>