Shades of Green Waterloo #0F1105
Tints of Green Waterloo #0F1105
RGB
CMYK
RGB Variations
Color information
#0F1105 (or 0x0F1105) is known color: Green Waterloo. HEX triplet: 0F, 11 and 05. RGB value is (15,17,5). Sum of RGB (Red+Green+Blue) = 15+17+5=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1105 is #F0EEFA. Grayscale: #0F0F0F. Windows color (decimal): -15789819 or 332047. OLE color: 332047.
HSL color Cylindrical-coordinate representation of color #0F1105: hue angle of 70º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1105 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 5 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.93 |
| HSL | 70º | 0.55% | 0.04% | - |
| HSV(B) | 70º | 0.71% | 0.07% | - |
| XYZ | 0.42 | 0.51 | 0.22 | - |
| YUV | 15.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 5 | 0.12 | 0 | 0.71 | 0.93 | 70 | 0.55 | 0.04 |
| Hex | F | 11 | 5 | C | 0 | 47 | 5D | 46 | 37 | 4 |
| Octal | 17 | 21 | 5 | 14 | 0 | 107 | 135 | 106 | 67 | 4 |
| Binary | 1111 | 10001 | 101 | 1100 | 0 | 1000111 | 1011101 | 1000110 | 110111 | 100 |
Color Harmonies of #0F1105
Complementary color
Monochromatic Colors of #0F1105
Black with #0F1105
Text Example
Text Example
White with #0F1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1105; }
p { color: rgb(15,17,5); }
H1.HeaderClassName
{
color: #0F1105;
}
.AnyTagClassName
{
color: #0F1105;
}
</style>
background-color css
<style>
a { background-color: #0F1105; }
a { background-color: rgb(15,17,5); }
div.DivClassName
{
background-color: #0F1105;
}
.BgClassName
{
background-color: #0F1105;
}
</style>
border-color css
<style>
span { border-color: #0F1105; }
span { border-color: rgb(15,17,5); }
td.TdClassName
{
border-color: #0F1105;
}
.TagClassName
{
border-color: #0F1105;
}
</style>