Shades of Green Waterloo #171A0B
Tints of Green Waterloo #171A0B
RGB
CMYK
RGB Variations
Color information
#171A0B (or 0x171A0B) is known color: Green Waterloo. HEX triplet: 17, 1A and 0B. RGB value is (23,26,11). Sum of RGB (Red+Green+Blue) = 23+26+11=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #171A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171A0B is #E8E5F4. Grayscale: #171717. Windows color (decimal): -15263221 or 727575. OLE color: 727575.
HSL color Cylindrical-coordinate representation of color #171A0B: hue angle of 72º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #171A0B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 26 | 11 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.90 |
| HSL | 72º | 0.41% | 0.07% | - |
| HSV(B) | 72º | 0.58% | 0.1% | - |
| XYZ | 0.78 | 0.95 | 0.46 | - |
| YUV | 23.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 11 | 0.12 | 0 | 0.58 | 0.90 | 72 | 0.41 | 0.07 |
| Hex | 17 | 1A | B | C | 0 | 3A | 5A | 48 | 29 | 7 |
| Octal | 27 | 32 | 13 | 14 | 0 | 72 | 132 | 110 | 51 | 7 |
| Binary | 10111 | 11010 | 1011 | 1100 | 0 | 111010 | 1011010 | 1001000 | 101001 | 111 |
Color Harmonies of #171A0B
Complementary color
Monochromatic Colors of #171A0B
Black with #171A0B
Text Example
Text Example
White with #171A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A0B; }
p { color: rgb(23,26,11); }
H1.HeaderClassName
{
color: #171A0B;
}
.AnyTagClassName
{
color: #171A0B;
}
</style>
background-color css
<style>
a { background-color: #171A0B; }
a { background-color: rgb(23,26,11); }
div.DivClassName
{
background-color: #171A0B;
}
.BgClassName
{
background-color: #171A0B;
}
</style>
border-color css
<style>
span { border-color: #171A0B; }
span { border-color: rgb(23,26,11); }
td.TdClassName
{
border-color: #171A0B;
}
.TagClassName
{
border-color: #171A0B;
}
</style>