Shades of Green Waterloo #171C05
Tints of Green Waterloo #171C05
RGB
CMYK
RGB Variations
Color information
#171C05 (or 0x171C05) is known color: Green Waterloo. HEX triplet: 17, 1C and 05. RGB value is (23,28,5). Sum of RGB (Red+Green+Blue) = 23+28+5=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #171C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171C05 is #E8E3FA. Grayscale: #171717. Windows color (decimal): -15262715 or 334871. OLE color: 334871.
HSL color Cylindrical-coordinate representation of color #171C05: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #171C05 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 28 | 5 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.89 |
| HSL | 73.04º | 0.7% | 0.06% | - |
| HSV(B) | 73.04º | 0.82% | 0.11% | - |
| XYZ | 0.8 | 1.02 | 0.3 | - |
| YUV | 23.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 5 | 0.18 | 0 | 0.82 | 0.89 | 73.04 | 0.7 | 0.06 |
| Hex | 17 | 1C | 5 | 12 | 0 | 52 | 59 | 49 | 46 | 6 |
| Octal | 27 | 34 | 5 | 22 | 0 | 122 | 131 | 111 | 106 | 6 |
| Binary | 10111 | 11100 | 101 | 10010 | 0 | 1010010 | 1011001 | 1001001 | 1000110 | 110 |
Color Harmonies of #171C05
Complementary color
Monochromatic Colors of #171C05
Black with #171C05
Text Example
Text Example
White with #171C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C05; }
p { color: rgb(23,28,5); }
H1.HeaderClassName
{
color: #171C05;
}
.AnyTagClassName
{
color: #171C05;
}
</style>
background-color css
<style>
a { background-color: #171C05; }
a { background-color: rgb(23,28,5); }
div.DivClassName
{
background-color: #171C05;
}
.BgClassName
{
background-color: #171C05;
}
</style>
border-color css
<style>
span { border-color: #171C05; }
span { border-color: rgb(23,28,5); }
td.TdClassName
{
border-color: #171C05;
}
.TagClassName
{
border-color: #171C05;
}
</style>