Shades of Green Waterloo #1E200C
Tints of Green Waterloo #1E200C
RGB
CMYK
RGB Variations
Color information
#1E200C (or 0x1E200C) is known color: Green Waterloo. HEX triplet: 1E, 20 and 0C. RGB value is (30,32,12). Sum of RGB (Red+Green+Blue) = 30+32+12=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #1E200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E200C is #E1DFF3. Grayscale: #1D1D1D. Windows color (decimal): -14802932 or 794654. OLE color: 794654.
HSL color Cylindrical-coordinate representation of color #1E200C: hue angle of 66º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E200C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 32 | 12 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.87 |
| HSL | 66º | 0.45% | 0.09% | - |
| HSV(B) | 66º | 0.63% | 0.13% | - |
| XYZ | 1.12 | 1.34 | 0.55 | - |
| YUV | 29.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 12 | 0.06 | 0 | 0.63 | 0.87 | 66 | 0.45 | 0.09 |
| Hex | 1E | 20 | C | 6 | 0 | 3F | 57 | 42 | 2D | 9 |
| Octal | 36 | 40 | 14 | 6 | 0 | 77 | 127 | 102 | 55 | 11 |
| Binary | 11110 | 100000 | 1100 | 110 | 0 | 111111 | 1010111 | 1000010 | 101101 | 1001 |
Color Harmonies of #1E200C
Complementary color
Monochromatic Colors of #1E200C
Black with #1E200C
Text Example
Text Example
White with #1E200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E200C; }
p { color: rgb(30,32,12); }
H1.HeaderClassName
{
color: #1E200C;
}
.AnyTagClassName
{
color: #1E200C;
}
</style>
background-color css
<style>
a { background-color: #1E200C; }
a { background-color: rgb(30,32,12); }
div.DivClassName
{
background-color: #1E200C;
}
.BgClassName
{
background-color: #1E200C;
}
</style>
border-color css
<style>
span { border-color: #1E200C; }
span { border-color: rgb(30,32,12); }
td.TdClassName
{
border-color: #1E200C;
}
.TagClassName
{
border-color: #1E200C;
}
</style>