Shades of Green Waterloo #171D04
Tints of Green Waterloo #171D04
RGB
CMYK
RGB Variations
Color information
#171D04 (or 0x171D04) is known color: Green Waterloo. HEX triplet: 17, 1D and 04. RGB value is (23,29,4). Sum of RGB (Red+Green+Blue) = 23+29+4=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #171D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171D04 is #E8E2FB. Grayscale: #181818. Windows color (decimal): -15262460 or 269591. OLE color: 269591.
HSL color Cylindrical-coordinate representation of color #171D04: hue angle of 74.4º degrees, saturation: 0.76, 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 #171D04 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 29 | 4 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.89 |
| HSL | 74.4º | 0.76% | 0.06% | - |
| HSV(B) | 74.4º | 0.86% | 0.11% | - |
| XYZ | 0.81 | 1.07 | 0.28 | - |
| YUV | 24.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 4 | 0.21 | 0 | 0.86 | 0.89 | 74.4 | 0.76 | 0.06 |
| Hex | 17 | 1D | 4 | 15 | 0 | 56 | 59 | 4A | 4C | 6 |
| Octal | 27 | 35 | 4 | 25 | 0 | 126 | 131 | 112 | 114 | 6 |
| Binary | 10111 | 11101 | 100 | 10101 | 0 | 1010110 | 1011001 | 1001010 | 1001100 | 110 |
Color Harmonies of #171D04
Complementary color
Monochromatic Colors of #171D04
Black with #171D04
Text Example
Text Example
White with #171D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D04; }
p { color: rgb(23,29,4); }
H1.HeaderClassName
{
color: #171D04;
}
.AnyTagClassName
{
color: #171D04;
}
</style>
background-color css
<style>
a { background-color: #171D04; }
a { background-color: rgb(23,29,4); }
div.DivClassName
{
background-color: #171D04;
}
.BgClassName
{
background-color: #171D04;
}
</style>
border-color css
<style>
span { border-color: #171D04; }
span { border-color: rgb(23,29,4); }
td.TdClassName
{
border-color: #171D04;
}
.TagClassName
{
border-color: #171D04;
}
</style>