Shades of Green Waterloo #1E1F19
Tints of Green Waterloo #1E1F19
RGB
CMYK
RGB Variations
Color information
#1E1F19 (or 0x1E1F19) is known color: Green Waterloo. HEX triplet: 1E, 1F and 19. RGB value is (30,31,25). Sum of RGB (Red+Green+Blue) = 30+31+25=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F19 is #E1E0E6. Grayscale: #1E1E1E. Windows color (decimal): -14803175 or 1646366. OLE color: 1646366.
HSL color Cylindrical-coordinate representation of color #1E1F19: hue angle of 70º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1E1F19 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 31 | 25 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.88 |
| HSL | 70º | 0.11% | 0.11% | - |
| HSV(B) | 70º | 0.19% | 0.12% | - |
| XYZ | 1.2 | 1.33 | 1.11 | - |
| YUV | 30.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 25 | 0.03 | 0 | 0.19 | 0.88 | 70 | 0.11 | 0.11 |
| Hex | 1E | 1F | 19 | 3 | 0 | 13 | 58 | 46 | B | B |
| Octal | 36 | 37 | 31 | 3 | 0 | 23 | 130 | 106 | 13 | 13 |
| Binary | 11110 | 11111 | 11001 | 11 | 0 | 10011 | 1011000 | 1000110 | 1011 | 1011 |
Color Harmonies of #1E1F19
Complementary color
Monochromatic Colors of #1E1F19
Black with #1E1F19
Text Example
Text Example
White with #1E1F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F19; }
p { color: rgb(30,31,25); }
H1.HeaderClassName
{
color: #1E1F19;
}
.AnyTagClassName
{
color: #1E1F19;
}
</style>
background-color css
<style>
a { background-color: #1E1F19; }
a { background-color: rgb(30,31,25); }
div.DivClassName
{
background-color: #1E1F19;
}
.BgClassName
{
background-color: #1E1F19;
}
</style>
border-color css
<style>
span { border-color: #1E1F19; }
span { border-color: rgb(30,31,25); }
td.TdClassName
{
border-color: #1E1F19;
}
.TagClassName
{
border-color: #1E1F19;
}
</style>