Shades of Green Waterloo #0F1301
Tints of Green Waterloo #0F1301
RGB
CMYK
RGB Variations
Color information
#0F1301 (or 0x0F1301) is known color: Green Waterloo. HEX triplet: 0F, 13 and 01. RGB value is (15,19,1). Sum of RGB (Red+Green+Blue) = 15+19+1=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1301 is #F0ECFE. Grayscale: #0F0F0F. Windows color (decimal): -15789311 or 70415. OLE color: 70415.
HSL color Cylindrical-coordinate representation of color #0F1301: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F1301 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 1 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.93 |
| HSL | 73.33º | 0.9% | 0.04% | - |
| HSV(B) | 73.33º | 0.95% | 0.07% | - |
| XYZ | 0.44 | 0.57 | 0.12 | - |
| YUV | 15.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 1 | 0.21 | 0 | 0.95 | 0.93 | 73.33 | 0.9 | 0.04 |
| Hex | F | 13 | 1 | 15 | 0 | 5F | 5D | 49 | 5A | 4 |
| Octal | 17 | 23 | 1 | 25 | 0 | 137 | 135 | 111 | 132 | 4 |
| Binary | 1111 | 10011 | 1 | 10101 | 0 | 1011111 | 1011101 | 1001001 | 1011010 | 100 |
Color Harmonies of #0F1301
Complementary color
Monochromatic Colors of #0F1301
Black with #0F1301
Text Example
Text Example
White with #0F1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1301; }
p { color: rgb(15,19,1); }
H1.HeaderClassName
{
color: #0F1301;
}
.AnyTagClassName
{
color: #0F1301;
}
</style>
background-color css
<style>
a { background-color: #0F1301; }
a { background-color: rgb(15,19,1); }
div.DivClassName
{
background-color: #0F1301;
}
.BgClassName
{
background-color: #0F1301;
}
</style>
border-color css
<style>
span { border-color: #0F1301; }
span { border-color: rgb(15,19,1); }
td.TdClassName
{
border-color: #0F1301;
}
.TagClassName
{
border-color: #0F1301;
}
</style>