Shades of Green Waterloo #0F1205
Tints of Green Waterloo #0F1205
RGB
CMYK
RGB Variations
Color information
#0F1205 (or 0x0F1205) is known color: Green Waterloo. HEX triplet: 0F, 12 and 05. RGB value is (15,18,5). Sum of RGB (Red+Green+Blue) = 15+18+5=38 (5% of max value = 765). Red value is 15 (6.25% from 255 or 39.47% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1205 is #F0EDFA. Grayscale: #0F0F0F. Windows color (decimal): -15789563 or 332303. OLE color: 332303.
HSL color Cylindrical-coordinate representation of color #0F1205: hue angle of 73.85º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F1205 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 18 | 5 | - |
CMYK | 0.17 | 0 | 0.72 | 0.93 |
HSL | 73.85º | 0.57% | 0.05% | - |
HSV(B) | 73.85º | 0.72% | 0.07% | - |
XYZ | 0.44 | 0.55 | 0.23 | - |
YUV | 15.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 18 | 5 | 0.17 | 0 | 0.72 | 0.93 | 73.85 | 0.57 | 0.05 |
Hex | F | 12 | 5 | 11 | 0 | 48 | 5D | 4A | 39 | 5 |
Octal | 17 | 22 | 5 | 21 | 0 | 110 | 135 | 112 | 71 | 5 |
Binary | 1111 | 10010 | 101 | 10001 | 0 | 1001000 | 1011101 | 1001010 | 111001 | 101 |
Color Harmonies of #0F1205
Complementary color
Monochromatic Colors of #0F1205
Black with #0F1205
Text Example
Text Example
White with #0F1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1205; }
p { color: rgb(15,18,5); }
H1.HeaderClassName
{
color: #0F1205;
}
.AnyTagClassName
{
color: #0F1205;
}
</style>
background-color css
<style>
a { background-color: #0F1205; }
a { background-color: rgb(15,18,5); }
div.DivClassName
{
background-color: #0F1205;
}
.BgClassName
{
background-color: #0F1205;
}
</style>
border-color css
<style>
span { border-color: #0F1205; }
span { border-color: rgb(15,18,5); }
td.TdClassName
{
border-color: #0F1205;
}
.TagClassName
{
border-color: #0F1205;
}
</style>