Shades of Green Waterloo #171C04
Tints of Green Waterloo #171C04
RGB
CMYK
RGB Variations
Color information
#171C04 (or 0x171C04) is known color: Green Waterloo. HEX triplet: 17, 1C and 04. RGB value is (23,28,4). Sum of RGB (Red+Green+Blue) = 23+28+4=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #171C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C04 is #E8E3FB. Grayscale: #171717. Windows color (decimal): -15262716 or 269335. OLE color: 269335.
HSL color Cylindrical-coordinate representation of color #171C04: hue angle of 72.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171C04 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 28 | 4 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.89 |
| HSL | 72.5º | 0.75% | 0.06% | - |
| HSV(B) | 72.5º | 0.86% | 0.11% | - |
| XYZ | 0.79 | 1.02 | 0.27 | - |
| YUV | 23.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 4 | 0.18 | 0 | 0.86 | 0.89 | 72.5 | 0.75 | 0.06 |
| Hex | 17 | 1C | 4 | 12 | 0 | 56 | 59 | 48 | 4B | 6 |
| Octal | 27 | 34 | 4 | 22 | 0 | 126 | 131 | 110 | 113 | 6 |
| Binary | 10111 | 11100 | 100 | 10010 | 0 | 1010110 | 1011001 | 1001000 | 1001011 | 110 |
Color Harmonies of #171C04
Complementary color
Monochromatic Colors of #171C04
Black with #171C04
Text Example
Text Example
White with #171C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C04; }
p { color: rgb(23,28,4); }
H1.HeaderClassName
{
color: #171C04;
}
.AnyTagClassName
{
color: #171C04;
}
</style>
background-color css
<style>
a { background-color: #171C04; }
a { background-color: rgb(23,28,4); }
div.DivClassName
{
background-color: #171C04;
}
.BgClassName
{
background-color: #171C04;
}
</style>
border-color css
<style>
span { border-color: #171C04; }
span { border-color: rgb(23,28,4); }
td.TdClassName
{
border-color: #171C04;
}
.TagClassName
{
border-color: #171C04;
}
</style>