Shades of Green Waterloo #161A03
Tints of Green Waterloo #161A03
RGB
CMYK
RGB Variations
Color information
#161A03 (or 0x161A03) is known color: Green Waterloo. HEX triplet: 16, 1A and 03. RGB value is (22,26,3). Sum of RGB (Red+Green+Blue) = 22+26+3=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #161A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A03 is #E9E5FC. Grayscale: #161616. Windows color (decimal): -15328765 or 203286. OLE color: 203286.
HSL color Cylindrical-coordinate representation of color #161A03: hue angle of 70.43º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161A03 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 26 | 3 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.90 |
| HSL | 70.43º | 0.79% | 0.06% | - |
| HSV(B) | 70.43º | 0.88% | 0.1% | - |
| XYZ | 0.72 | 0.92 | 0.23 | - |
| YUV | 22.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 3 | 0.15 | 0 | 0.88 | 0.90 | 70.43 | 0.79 | 0.06 |
| Hex | 16 | 1A | 3 | F | 0 | 58 | 5A | 46 | 4F | 6 |
| Octal | 26 | 32 | 3 | 17 | 0 | 130 | 132 | 106 | 117 | 6 |
| Binary | 10110 | 11010 | 11 | 1111 | 0 | 1011000 | 1011010 | 1000110 | 1001111 | 110 |
Color Harmonies of #161A03
Complementary color
Monochromatic Colors of #161A03
Black with #161A03
Text Example
Text Example
White with #161A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A03; }
p { color: rgb(22,26,3); }
H1.HeaderClassName
{
color: #161A03;
}
.AnyTagClassName
{
color: #161A03;
}
</style>
background-color css
<style>
a { background-color: #161A03; }
a { background-color: rgb(22,26,3); }
div.DivClassName
{
background-color: #161A03;
}
.BgClassName
{
background-color: #161A03;
}
</style>
border-color css
<style>
span { border-color: #161A03; }
span { border-color: rgb(22,26,3); }
td.TdClassName
{
border-color: #161A03;
}
.TagClassName
{
border-color: #161A03;
}
</style>