Shades of Green Waterloo #1E2302
Tints of Green Waterloo #1E2302
RGB
CMYK
RGB Variations
Color information
#1E2302 (or 0x1E2302) is known color: Green Waterloo. HEX triplet: 1E, 23 and 02. RGB value is (30,35,2). Sum of RGB (Red+Green+Blue) = 30+35+2=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2302 is #E1DCFD. Grayscale: #1D1D1D. Windows color (decimal): -14802174 or 140062. OLE color: 140062.
HSL color Cylindrical-coordinate representation of color #1E2302: hue angle of 69.09º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E2302 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 2 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.86 |
| HSL | 69.09º | 0.89% | 0.07% | - |
| HSV(B) | 69.09º | 0.94% | 0.14% | - |
| XYZ | 1.15 | 1.48 | 0.28 | - |
| YUV | 29.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 2 | 0.14 | 0 | 0.94 | 0.86 | 69.09 | 0.89 | 0.07 |
| Hex | 1E | 23 | 2 | E | 0 | 5E | 56 | 45 | 59 | 7 |
| Octal | 36 | 43 | 2 | 16 | 0 | 136 | 126 | 105 | 131 | 7 |
| Binary | 11110 | 100011 | 10 | 1110 | 0 | 1011110 | 1010110 | 1000101 | 1011001 | 111 |
Color Harmonies of #1E2302
Complementary color
Monochromatic Colors of #1E2302
Black with #1E2302
Text Example
Text Example
White with #1E2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2302; }
p { color: rgb(30,35,2); }
H1.HeaderClassName
{
color: #1E2302;
}
.AnyTagClassName
{
color: #1E2302;
}
</style>
background-color css
<style>
a { background-color: #1E2302; }
a { background-color: rgb(30,35,2); }
div.DivClassName
{
background-color: #1E2302;
}
.BgClassName
{
background-color: #1E2302;
}
</style>
border-color css
<style>
span { border-color: #1E2302; }
span { border-color: rgb(30,35,2); }
td.TdClassName
{
border-color: #1E2302;
}
.TagClassName
{
border-color: #1E2302;
}
</style>