Shades of Green Waterloo #1E220D
Tints of Green Waterloo #1E220D
RGB
CMYK
RGB Variations
Color information
#1E220D (or 0x1E220D) is known color: Green Waterloo. HEX triplet: 1E, 22 and 0D. RGB value is (30,34,13). Sum of RGB (Red+Green+Blue) = 30+34+13=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #1E220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E220D is #E1DDF2. Grayscale: #1E1E1E. Windows color (decimal): -14802419 or 860702. OLE color: 860702.
HSL color Cylindrical-coordinate representation of color #1E220D: hue angle of 71.43º 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 #1E220D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 34 | 13 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.87 |
| HSL | 71.43º | 0.45% | 0.09% | - |
| HSV(B) | 71.43º | 0.62% | 0.13% | - |
| XYZ | 1.18 | 1.45 | 0.6 | - |
| YUV | 30.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 13 | 0.12 | 0 | 0.62 | 0.87 | 71.43 | 0.45 | 0.09 |
| Hex | 1E | 22 | D | C | 0 | 3E | 57 | 47 | 2D | 9 |
| Octal | 36 | 42 | 15 | 14 | 0 | 76 | 127 | 107 | 55 | 11 |
| Binary | 11110 | 100010 | 1101 | 1100 | 0 | 111110 | 1010111 | 1000111 | 101101 | 1001 |
Color Harmonies of #1E220D
Complementary color
Monochromatic Colors of #1E220D
Black with #1E220D
Text Example
Text Example
White with #1E220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E220D; }
p { color: rgb(30,34,13); }
H1.HeaderClassName
{
color: #1E220D;
}
.AnyTagClassName
{
color: #1E220D;
}
</style>
background-color css
<style>
a { background-color: #1E220D; }
a { background-color: rgb(30,34,13); }
div.DivClassName
{
background-color: #1E220D;
}
.BgClassName
{
background-color: #1E220D;
}
</style>
border-color css
<style>
span { border-color: #1E220D; }
span { border-color: rgb(30,34,13); }
td.TdClassName
{
border-color: #1E220D;
}
.TagClassName
{
border-color: #1E220D;
}
</style>