Shades of Green Waterloo #1E200B
Tints of Green Waterloo #1E200B
RGB
CMYK
RGB Variations
Color information
#1E200B (or 0x1E200B) is known color: Green Waterloo. HEX triplet: 1E, 20 and 0B. RGB value is (30,32,11). Sum of RGB (Red+Green+Blue) = 30+32+11=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1E200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E200B is #E1DFF4. Grayscale: #1D1D1D. Windows color (decimal): -14802933 or 729118. OLE color: 729118.
HSL color Cylindrical-coordinate representation of color #1E200B: hue angle of 65.71º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E200B is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 32 | 11 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.87 |
| HSL | 65.71º | 0.49% | 0.08% | - |
| HSV(B) | 65.71º | 0.66% | 0.13% | - |
| XYZ | 1.11 | 1.33 | 0.52 | - |
| YUV | 29.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 11 | 0.06 | 0 | 0.66 | 0.87 | 65.71 | 0.49 | 0.08 |
| Hex | 1E | 20 | B | 6 | 0 | 42 | 57 | 42 | 31 | 8 |
| Octal | 36 | 40 | 13 | 6 | 0 | 102 | 127 | 102 | 61 | 10 |
| Binary | 11110 | 100000 | 1011 | 110 | 0 | 1000010 | 1010111 | 1000010 | 110001 | 1000 |
Color Harmonies of #1E200B
Complementary color
Monochromatic Colors of #1E200B
Black with #1E200B
Text Example
Text Example
White with #1E200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E200B; }
p { color: rgb(30,32,11); }
H1.HeaderClassName
{
color: #1E200B;
}
.AnyTagClassName
{
color: #1E200B;
}
</style>
background-color css
<style>
a { background-color: #1E200B; }
a { background-color: rgb(30,32,11); }
div.DivClassName
{
background-color: #1E200B;
}
.BgClassName
{
background-color: #1E200B;
}
</style>
border-color css
<style>
span { border-color: #1E200B; }
span { border-color: rgb(30,32,11); }
td.TdClassName
{
border-color: #1E200B;
}
.TagClassName
{
border-color: #1E200B;
}
</style>