Shades of Green Waterloo #1E2301
Tints of Green Waterloo #1E2301
RGB
CMYK
RGB Variations
Color information
#1E2301 (or 0x1E2301) is known color: Green Waterloo. HEX triplet: 1E, 23 and 01. RGB value is (30,35,1). Sum of RGB (Red+Green+Blue) = 30+35+1=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2301 is #E1DCFE. Grayscale: #1D1D1D. Windows color (decimal): -14802175 or 74526. OLE color: 74526.
HSL color Cylindrical-coordinate representation of color #1E2301: hue angle of 68.82º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E2301 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 1 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.86 |
| HSL | 68.82º | 0.94% | 0.07% | - |
| HSV(B) | 68.82º | 0.97% | 0.14% | - |
| XYZ | 1.14 | 1.48 | 0.25 | - |
| YUV | 29.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 1 | 0.14 | 0 | 0.97 | 0.86 | 68.82 | 0.94 | 0.07 |
| Hex | 1E | 23 | 1 | E | 0 | 61 | 56 | 45 | 5E | 7 |
| Octal | 36 | 43 | 1 | 16 | 0 | 141 | 126 | 105 | 136 | 7 |
| Binary | 11110 | 100011 | 1 | 1110 | 0 | 1100001 | 1010110 | 1000101 | 1011110 | 111 |
Color Harmonies of #1E2301
Complementary color
Monochromatic Colors of #1E2301
Black with #1E2301
Text Example
Text Example
White with #1E2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2301; }
p { color: rgb(30,35,1); }
H1.HeaderClassName
{
color: #1E2301;
}
.AnyTagClassName
{
color: #1E2301;
}
</style>
background-color css
<style>
a { background-color: #1E2301; }
a { background-color: rgb(30,35,1); }
div.DivClassName
{
background-color: #1E2301;
}
.BgClassName
{
background-color: #1E2301;
}
</style>
border-color css
<style>
span { border-color: #1E2301; }
span { border-color: rgb(30,35,1); }
td.TdClassName
{
border-color: #1E2301;
}
.TagClassName
{
border-color: #1E2301;
}
</style>