Shades of Green Waterloo #171B05
Tints of Green Waterloo #171B05
RGB
CMYK
RGB Variations
Color information
#171B05 (or 0x171B05) is known color: Green Waterloo. HEX triplet: 17, 1B and 05. RGB value is (23,27,5). Sum of RGB (Red+Green+Blue) = 23+27+5=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #171B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171B05 is #E8E4FA. Grayscale: #171717. Windows color (decimal): -15262971 or 334615. OLE color: 334615.
HSL color Cylindrical-coordinate representation of color #171B05: hue angle of 70.91º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #171B05 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 23 | 27 | 5 | - |
CMYK | 0.15 | 0 | 0.81 | 0.89 |
HSL | 70.91º | 0.69% | 0.06% | - |
HSV(B) | 70.91º | 0.81% | 0.11% | - |
XYZ | 0.77 | 0.98 | 0.29 | - |
YUV | 23.3 | 117.67 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 27 | 5 | 0.15 | 0 | 0.81 | 0.89 | 70.91 | 0.69 | 0.06 |
Hex | 17 | 1B | 5 | F | 0 | 51 | 59 | 47 | 45 | 6 |
Octal | 27 | 33 | 5 | 17 | 0 | 121 | 131 | 107 | 105 | 6 |
Binary | 10111 | 11011 | 101 | 1111 | 0 | 1010001 | 1011001 | 1000111 | 1000101 | 110 |
Color Harmonies of #171B05
Complementary color
Monochromatic Colors of #171B05
Black with #171B05
Text Example
Text Example
White with #171B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B05; }
p { color: rgb(23,27,5); }
H1.HeaderClassName
{
color: #171B05;
}
.AnyTagClassName
{
color: #171B05;
}
</style>
background-color css
<style>
a { background-color: #171B05; }
a { background-color: rgb(23,27,5); }
div.DivClassName
{
background-color: #171B05;
}
.BgClassName
{
background-color: #171B05;
}
</style>
border-color css
<style>
span { border-color: #171B05; }
span { border-color: rgb(23,27,5); }
td.TdClassName
{
border-color: #171B05;
}
.TagClassName
{
border-color: #171B05;
}
</style>