Shades of Green Waterloo #191C0D
Tints of Green Waterloo #191C0D
RGB
CMYK
RGB Variations
Color information
#191C0D (or 0x191C0D) is known color: Green Waterloo. HEX triplet: 19, 1C and 0D. RGB value is (25,28,13). Sum of RGB (Red+Green+Blue) = 25+28+13=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #191C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191C0D is #E6E3F2. Grayscale: #191919. Windows color (decimal): -15131635 or 859161. OLE color: 859161.
HSL color Cylindrical-coordinate representation of color #191C0D: hue angle of 72º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #191C0D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 28 | 13 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.89 |
| HSL | 72º | 0.37% | 0.08% | - |
| HSV(B) | 72º | 0.54% | 0.11% | - |
| XYZ | 0.89 | 1.07 | 0.54 | - |
| YUV | 25.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 13 | 0.11 | 0 | 0.54 | 0.89 | 72 | 0.37 | 0.08 |
| Hex | 19 | 1C | D | B | 0 | 36 | 59 | 48 | 25 | 8 |
| Octal | 31 | 34 | 15 | 13 | 0 | 66 | 131 | 110 | 45 | 10 |
| Binary | 11001 | 11100 | 1101 | 1011 | 0 | 110110 | 1011001 | 1001000 | 100101 | 1000 |
Color Harmonies of #191C0D
Complementary color
Monochromatic Colors of #191C0D
Black with #191C0D
Text Example
Text Example
White with #191C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C0D; }
p { color: rgb(25,28,13); }
H1.HeaderClassName
{
color: #191C0D;
}
.AnyTagClassName
{
color: #191C0D;
}
</style>
background-color css
<style>
a { background-color: #191C0D; }
a { background-color: rgb(25,28,13); }
div.DivClassName
{
background-color: #191C0D;
}
.BgClassName
{
background-color: #191C0D;
}
</style>
border-color css
<style>
span { border-color: #191C0D; }
span { border-color: rgb(25,28,13); }
td.TdClassName
{
border-color: #191C0D;
}
.TagClassName
{
border-color: #191C0D;
}
</style>