Shades of Green Waterloo #1E1F16
Tints of Green Waterloo #1E1F16
RGB
CMYK
RGB Variations
Color information
#1E1F16 (or 0x1E1F16) is known color: Green Waterloo. HEX triplet: 1E, 1F and 16. RGB value is (30,31,22). Sum of RGB (Red+Green+Blue) = 30+31+22=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F16 is #E1E0E9. Grayscale: #1D1D1D. Windows color (decimal): -14803178 or 1449758. OLE color: 1449758.
HSL color Cylindrical-coordinate representation of color #1E1F16: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1E1F16 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 31 | 22 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.88 |
| HSL | 66.67º | 0.17% | 0.1% | - |
| HSV(B) | 66.67º | 0.29% | 0.12% | - |
| XYZ | 1.17 | 1.31 | 0.95 | - |
| YUV | 29.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 22 | 0.03 | 0 | 0.29 | 0.88 | 66.67 | 0.17 | 0.1 |
| Hex | 1E | 1F | 16 | 3 | 0 | 1D | 58 | 43 | 11 | A |
| Octal | 36 | 37 | 26 | 3 | 0 | 35 | 130 | 103 | 21 | 12 |
| Binary | 11110 | 11111 | 10110 | 11 | 0 | 11101 | 1011000 | 1000011 | 10001 | 1010 |
Color Harmonies of #1E1F16
Complementary color
Monochromatic Colors of #1E1F16
Black with #1E1F16
Text Example
Text Example
White with #1E1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F16; }
p { color: rgb(30,31,22); }
H1.HeaderClassName
{
color: #1E1F16;
}
.AnyTagClassName
{
color: #1E1F16;
}
</style>
background-color css
<style>
a { background-color: #1E1F16; }
a { background-color: rgb(30,31,22); }
div.DivClassName
{
background-color: #1E1F16;
}
.BgClassName
{
background-color: #1E1F16;
}
</style>
border-color css
<style>
span { border-color: #1E1F16; }
span { border-color: rgb(30,31,22); }
td.TdClassName
{
border-color: #1E1F16;
}
.TagClassName
{
border-color: #1E1F16;
}
</style>