Shades of Green Waterloo #1E2201
Tints of Green Waterloo #1E2201
RGB
CMYK
RGB Variations
Color information
#1E2201 (or 0x1E2201) is known color: Green Waterloo. HEX triplet: 1E, 22 and 01. RGB value is (30,34,1). Sum of RGB (Red+Green+Blue) = 30+34+1=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #1E2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2201 is #E1DDFE. Grayscale: #1D1D1D. Windows color (decimal): -14802431 or 74270. OLE color: 74270.
HSL color Cylindrical-coordinate representation of color #1E2201: hue angle of 67.27º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E2201 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 34 | 1 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.87 |
| HSL | 67.27º | 0.94% | 0.07% | - |
| HSV(B) | 67.27º | 0.97% | 0.13% | - |
| XYZ | 1.11 | 1.42 | 0.24 | - |
| YUV | 29.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 1 | 0.12 | 0 | 0.97 | 0.87 | 67.27 | 0.94 | 0.07 |
| Hex | 1E | 22 | 1 | C | 0 | 61 | 57 | 43 | 5E | 7 |
| Octal | 36 | 42 | 1 | 14 | 0 | 141 | 127 | 103 | 136 | 7 |
| Binary | 11110 | 100010 | 1 | 1100 | 0 | 1100001 | 1010111 | 1000011 | 1011110 | 111 |
Color Harmonies of #1E2201
Complementary color
Monochromatic Colors of #1E2201
Black with #1E2201
Text Example
Text Example
White with #1E2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2201; }
p { color: rgb(30,34,1); }
H1.HeaderClassName
{
color: #1E2201;
}
.AnyTagClassName
{
color: #1E2201;
}
</style>
background-color css
<style>
a { background-color: #1E2201; }
a { background-color: rgb(30,34,1); }
div.DivClassName
{
background-color: #1E2201;
}
.BgClassName
{
background-color: #1E2201;
}
</style>
border-color css
<style>
span { border-color: #1E2201; }
span { border-color: rgb(30,34,1); }
td.TdClassName
{
border-color: #1E2201;
}
.TagClassName
{
border-color: #1E2201;
}
</style>