Shades of Green Waterloo #191C0C
Tints of Green Waterloo #191C0C
RGB
CMYK
RGB Variations
Color information
#191C0C (or 0x191C0C) is known color: Green Waterloo. HEX triplet: 19, 1C and 0C. RGB value is (25,28,12). Sum of RGB (Red+Green+Blue) = 25+28+12=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #191C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C0C is #E6E3F3. Grayscale: #191919. Windows color (decimal): -15131636 or 793625. OLE color: 793625.
HSL color Cylindrical-coordinate representation of color #191C0C: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191C0C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 12 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.89 |
| HSL | 71.25º | 0.4% | 0.08% | - |
| HSV(B) | 71.25º | 0.57% | 0.11% | - |
| XYZ | 0.88 | 1.06 | 0.51 | - |
| YUV | 25.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 12 | 0.11 | 0 | 0.57 | 0.89 | 71.25 | 0.4 | 0.08 |
| Hex | 19 | 1C | C | B | 0 | 39 | 59 | 47 | 28 | 8 |
| Octal | 31 | 34 | 14 | 13 | 0 | 71 | 131 | 107 | 50 | 10 |
| Binary | 11001 | 11100 | 1100 | 1011 | 0 | 111001 | 1011001 | 1000111 | 101000 | 1000 |
Color Harmonies of #191C0C
Complementary color
Monochromatic Colors of #191C0C
Black with #191C0C
Text Example
Text Example
White with #191C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C0C; }
p { color: rgb(25,28,12); }
H1.HeaderClassName
{
color: #191C0C;
}
.AnyTagClassName
{
color: #191C0C;
}
</style>
background-color css
<style>
a { background-color: #191C0C; }
a { background-color: rgb(25,28,12); }
div.DivClassName
{
background-color: #191C0C;
}
.BgClassName
{
background-color: #191C0C;
}
</style>
border-color css
<style>
span { border-color: #191C0C; }
span { border-color: rgb(25,28,12); }
td.TdClassName
{
border-color: #191C0C;
}
.TagClassName
{
border-color: #191C0C;
}
</style>