Shades of Green Waterloo #192001
Tints of Green Waterloo #192001
RGB
CMYK
RGB Variations
Color information
#192001 (or 0x192001) is known color: Green Waterloo. HEX triplet: 19, 20 and 01. RGB value is (25,32,1). Sum of RGB (Red+Green+Blue) = 25+32+1=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #192001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192001 is #E6DFFE. Grayscale: #1A1A1A. Windows color (decimal): -15130623 or 73753. OLE color: 73753.
HSL color Cylindrical-coordinate representation of color #192001: hue angle of 73.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #192001 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 1 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.87 |
| HSL | 73.55º | 0.94% | 0.06% | - |
| HSV(B) | 73.55º | 0.97% | 0.13% | - |
| XYZ | 0.92 | 1.24 | 0.22 | - |
| YUV | 26.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 1 | 0.22 | 0 | 0.97 | 0.87 | 73.55 | 0.94 | 0.06 |
| Hex | 19 | 20 | 1 | 16 | 0 | 61 | 57 | 4A | 5E | 6 |
| Octal | 31 | 40 | 1 | 26 | 0 | 141 | 127 | 112 | 136 | 6 |
| Binary | 11001 | 100000 | 1 | 10110 | 0 | 1100001 | 1010111 | 1001010 | 1011110 | 110 |
Color Harmonies of #192001
Complementary color
Monochromatic Colors of #192001
Black with #192001
Text Example
Text Example
White with #192001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192001; }
p { color: rgb(25,32,1); }
H1.HeaderClassName
{
color: #192001;
}
.AnyTagClassName
{
color: #192001;
}
</style>
background-color css
<style>
a { background-color: #192001; }
a { background-color: rgb(25,32,1); }
div.DivClassName
{
background-color: #192001;
}
.BgClassName
{
background-color: #192001;
}
</style>
border-color css
<style>
span { border-color: #192001; }
span { border-color: rgb(25,32,1); }
td.TdClassName
{
border-color: #192001;
}
.TagClassName
{
border-color: #192001;
}
</style>