Shades of Green Waterloo #1E200E
Tints of Green Waterloo #1E200E
RGB
CMYK
RGB Variations
Color information
#1E200E (or 0x1E200E) is known color: Green Waterloo. HEX triplet: 1E, 20 and 0E. RGB value is (30,32,14). Sum of RGB (Red+Green+Blue) = 30+32+14=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #1E200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E200E is #E1DFF1. Grayscale: #1D1D1D. Windows color (decimal): -14802930 or 925726. OLE color: 925726.
HSL color Cylindrical-coordinate representation of color #1E200E: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E200E is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 32 | 14 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.87 |
| HSL | 66.67º | 0.39% | 0.09% | - |
| HSV(B) | 66.67º | 0.56% | 0.13% | - |
| XYZ | 1.13 | 1.34 | 0.61 | - |
| YUV | 29.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 14 | 0.06 | 0 | 0.56 | 0.87 | 66.67 | 0.39 | 0.09 |
| Hex | 1E | 20 | E | 6 | 0 | 38 | 57 | 43 | 27 | 9 |
| Octal | 36 | 40 | 16 | 6 | 0 | 70 | 127 | 103 | 47 | 11 |
| Binary | 11110 | 100000 | 1110 | 110 | 0 | 111000 | 1010111 | 1000011 | 100111 | 1001 |
Color Harmonies of #1E200E
Complementary color
Monochromatic Colors of #1E200E
Black with #1E200E
Text Example
Text Example
White with #1E200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E200E; }
p { color: rgb(30,32,14); }
H1.HeaderClassName
{
color: #1E200E;
}
.AnyTagClassName
{
color: #1E200E;
}
</style>
background-color css
<style>
a { background-color: #1E200E; }
a { background-color: rgb(30,32,14); }
div.DivClassName
{
background-color: #1E200E;
}
.BgClassName
{
background-color: #1E200E;
}
</style>
border-color css
<style>
span { border-color: #1E200E; }
span { border-color: rgb(30,32,14); }
td.TdClassName
{
border-color: #1E200E;
}
.TagClassName
{
border-color: #1E200E;
}
</style>