Shades of Green Waterloo #191C01
Tints of Green Waterloo #191C01
RGB
CMYK
RGB Variations
Color information
#191C01 (or 0x191C01) is known color: Green Waterloo. HEX triplet: 19, 1C and 01. RGB value is (25,28,1). Sum of RGB (Red+Green+Blue) = 25+28+1=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #191C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C01 is #E6E3FE. Grayscale: #181818. Windows color (decimal): -15131647 or 72729. OLE color: 72729.
HSL color Cylindrical-coordinate representation of color #191C01: hue angle of 66.67º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #191C01 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 1 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.89 |
| HSL | 66.67º | 0.93% | 0.06% | - |
| HSV(B) | 66.67º | 0.96% | 0.11% | - |
| XYZ | 0.82 | 1.04 | 0.19 | - |
| YUV | 24.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 1 | 0.11 | 0 | 0.96 | 0.89 | 66.67 | 0.93 | 0.06 |
| Hex | 19 | 1C | 1 | B | 0 | 60 | 59 | 43 | 5D | 6 |
| Octal | 31 | 34 | 1 | 13 | 0 | 140 | 131 | 103 | 135 | 6 |
| Binary | 11001 | 11100 | 1 | 1011 | 0 | 1100000 | 1011001 | 1000011 | 1011101 | 110 |
Color Harmonies of #191C01
Complementary color
Monochromatic Colors of #191C01
Black with #191C01
Text Example
Text Example
White with #191C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C01; }
p { color: rgb(25,28,1); }
H1.HeaderClassName
{
color: #191C01;
}
.AnyTagClassName
{
color: #191C01;
}
</style>
background-color css
<style>
a { background-color: #191C01; }
a { background-color: rgb(25,28,1); }
div.DivClassName
{
background-color: #191C01;
}
.BgClassName
{
background-color: #191C01;
}
</style>
border-color css
<style>
span { border-color: #191C01; }
span { border-color: rgb(25,28,1); }
td.TdClassName
{
border-color: #191C01;
}
.TagClassName
{
border-color: #191C01;
}
</style>