Shades of Green Waterloo #171B02
Tints of Green Waterloo #171B02
RGB
CMYK
RGB Variations
Color information
#171B02 (or 0x171B02) is known color: Green Waterloo. HEX triplet: 17, 1B and 02. RGB value is (23,27,2). Sum of RGB (Red+Green+Blue) = 23+27+2=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #171B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171B02 is #E8E4FD. Grayscale: #171717. Windows color (decimal): -15262974 or 138007. OLE color: 138007.
HSL color Cylindrical-coordinate representation of color #171B02: hue angle of 69.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #171B02 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
RGB | 23 | 27 | 2 | - |
CMYK | 0.15 | 0 | 0.93 | 0.89 |
HSL | 69.6º | 0.86% | 0.06% | - |
HSV(B) | 69.6º | 0.93% | 0.11% | - |
XYZ | 0.76 | 0.97 | 0.2 | - |
YUV | 22.95 | 116.17 | 128.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 27 | 2 | 0.15 | 0 | 0.93 | 0.89 | 69.6 | 0.86 | 0.06 |
Hex | 17 | 1B | 2 | F | 0 | 5D | 59 | 46 | 56 | 6 |
Octal | 27 | 33 | 2 | 17 | 0 | 135 | 131 | 106 | 126 | 6 |
Binary | 10111 | 11011 | 10 | 1111 | 0 | 1011101 | 1011001 | 1000110 | 1010110 | 110 |
Color Harmonies of #171B02
Complementary color
Monochromatic Colors of #171B02
Black with #171B02
Text Example
Text Example
White with #171B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B02; }
p { color: rgb(23,27,2); }
H1.HeaderClassName
{
color: #171B02;
}
.AnyTagClassName
{
color: #171B02;
}
</style>
background-color css
<style>
a { background-color: #171B02; }
a { background-color: rgb(23,27,2); }
div.DivClassName
{
background-color: #171B02;
}
.BgClassName
{
background-color: #171B02;
}
</style>
border-color css
<style>
span { border-color: #171B02; }
span { border-color: rgb(23,27,2); }
td.TdClassName
{
border-color: #171B02;
}
.TagClassName
{
border-color: #171B02;
}
</style>