Shades of Green Waterloo #1E2304
Tints of Green Waterloo #1E2304
RGB
CMYK
RGB Variations
Color information
#1E2304 (or 0x1E2304) is known color: Green Waterloo. HEX triplet: 1E, 23 and 04. RGB value is (30,35,4). Sum of RGB (Red+Green+Blue) = 30+35+4=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2304 is #E1DCFB. Grayscale: #1E1E1E. Windows color (decimal): -14802172 or 271134. OLE color: 271134.
HSL color Cylindrical-coordinate representation of color #1E2304: hue angle of 69.68º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E2304 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 4 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.86 |
| HSL | 69.68º | 0.79% | 0.08% | - |
| HSV(B) | 69.68º | 0.89% | 0.14% | - |
| XYZ | 1.16 | 1.49 | 0.34 | - |
| YUV | 29.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 4 | 0.14 | 0 | 0.89 | 0.86 | 69.68 | 0.79 | 0.08 |
| Hex | 1E | 23 | 4 | E | 0 | 59 | 56 | 46 | 4F | 8 |
| Octal | 36 | 43 | 4 | 16 | 0 | 131 | 126 | 106 | 117 | 10 |
| Binary | 11110 | 100011 | 100 | 1110 | 0 | 1011001 | 1010110 | 1000110 | 1001111 | 1000 |
Color Harmonies of #1E2304
Complementary color
Monochromatic Colors of #1E2304
Black with #1E2304
Text Example
Text Example
White with #1E2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2304; }
p { color: rgb(30,35,4); }
H1.HeaderClassName
{
color: #1E2304;
}
.AnyTagClassName
{
color: #1E2304;
}
</style>
background-color css
<style>
a { background-color: #1E2304; }
a { background-color: rgb(30,35,4); }
div.DivClassName
{
background-color: #1E2304;
}
.BgClassName
{
background-color: #1E2304;
}
</style>
border-color css
<style>
span { border-color: #1E2304; }
span { border-color: rgb(30,35,4); }
td.TdClassName
{
border-color: #1E2304;
}
.TagClassName
{
border-color: #1E2304;
}
</style>