Shades of Green Waterloo #171A01
Tints of Green Waterloo #171A01
RGB
CMYK
RGB Variations
Color information
#171A01 (or 0x171A01) is known color: Green Waterloo. HEX triplet: 17, 1A and 01. RGB value is (23,26,1). Sum of RGB (Red+Green+Blue) = 23+26+1=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #171A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171A01 is #E8E5FE. Grayscale: #161616. Windows color (decimal): -15263231 or 72215. OLE color: 72215.
HSL color Cylindrical-coordinate representation of color #171A01: hue angle of 67.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #171A01 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 26 | 1 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.90 |
| HSL | 67.2º | 0.93% | 0.05% | - |
| HSV(B) | 67.2º | 0.96% | 0.1% | - |
| XYZ | 0.73 | 0.92 | 0.17 | - |
| YUV | 22.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 1 | 0.12 | 0 | 0.96 | 0.90 | 67.2 | 0.93 | 0.05 |
| Hex | 17 | 1A | 1 | C | 0 | 60 | 5A | 43 | 5D | 5 |
| Octal | 27 | 32 | 1 | 14 | 0 | 140 | 132 | 103 | 135 | 5 |
| Binary | 10111 | 11010 | 1 | 1100 | 0 | 1100000 | 1011010 | 1000011 | 1011101 | 101 |
Color Harmonies of #171A01
Complementary color
Monochromatic Colors of #171A01
Black with #171A01
Text Example
Text Example
White with #171A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A01; }
p { color: rgb(23,26,1); }
H1.HeaderClassName
{
color: #171A01;
}
.AnyTagClassName
{
color: #171A01;
}
</style>
background-color css
<style>
a { background-color: #171A01; }
a { background-color: rgb(23,26,1); }
div.DivClassName
{
background-color: #171A01;
}
.BgClassName
{
background-color: #171A01;
}
</style>
border-color css
<style>
span { border-color: #171A01; }
span { border-color: rgb(23,26,1); }
td.TdClassName
{
border-color: #171A01;
}
.TagClassName
{
border-color: #171A01;
}
</style>