Shades of Green Waterloo #111502
Tints of Green Waterloo #111502
RGB
CMYK
RGB Variations
Color information
#111502 (or 0x111502) is known color: Green Waterloo. HEX triplet: 11, 15 and 02. RGB value is (17,21,2). Sum of RGB (Red+Green+Blue) = 17+21+2=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #111502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111502 is #EEEAFD. Grayscale: #111111. Windows color (decimal): -15657726 or 136465. OLE color: 136465.
HSL color Cylindrical-coordinate representation of color #111502: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111502 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 21 | 2 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.92 |
| HSL | 72.63º | 0.83% | 0.05% | - |
| HSV(B) | 72.63º | 0.9% | 0.08% | - |
| XYZ | 0.51 | 0.66 | 0.16 | - |
| YUV | 17.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 2 | 0.19 | 0 | 0.90 | 0.92 | 72.63 | 0.83 | 0.05 |
| Hex | 11 | 15 | 2 | 13 | 0 | 5A | 5C | 49 | 53 | 5 |
| Octal | 21 | 25 | 2 | 23 | 0 | 132 | 134 | 111 | 123 | 5 |
| Binary | 10001 | 10101 | 10 | 10011 | 0 | 1011010 | 1011100 | 1001001 | 1010011 | 101 |
Color Harmonies of #111502
Complementary color
Monochromatic Colors of #111502
Black with #111502
Text Example
Text Example
White with #111502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111502; }
p { color: rgb(17,21,2); }
H1.HeaderClassName
{
color: #111502;
}
.AnyTagClassName
{
color: #111502;
}
</style>
background-color css
<style>
a { background-color: #111502; }
a { background-color: rgb(17,21,2); }
div.DivClassName
{
background-color: #111502;
}
.BgClassName
{
background-color: #111502;
}
</style>
border-color css
<style>
span { border-color: #111502; }
span { border-color: rgb(17,21,2); }
td.TdClassName
{
border-color: #111502;
}
.TagClassName
{
border-color: #111502;
}
</style>