Shades of Green Waterloo #1E2303
Tints of Green Waterloo #1E2303
RGB
CMYK
RGB Variations
Color information
#1E2303 (or 0x1E2303) is known color: Green Waterloo. HEX triplet: 1E, 23 and 03. RGB value is (30,35,3). Sum of RGB (Red+Green+Blue) = 30+35+3=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2303 is #E1DCFC. Grayscale: #1D1D1D. Windows color (decimal): -14802173 or 205598. OLE color: 205598.
HSL color Cylindrical-coordinate representation of color #1E2303: hue angle of 69.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E2303 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 3 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.86 |
| HSL | 69.38º | 0.84% | 0.07% | - |
| HSV(B) | 69.38º | 0.91% | 0.14% | - |
| XYZ | 1.15 | 1.48 | 0.31 | - |
| YUV | 29.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 3 | 0.14 | 0 | 0.91 | 0.86 | 69.38 | 0.84 | 0.07 |
| Hex | 1E | 23 | 3 | E | 0 | 5B | 56 | 45 | 54 | 7 |
| Octal | 36 | 43 | 3 | 16 | 0 | 133 | 126 | 105 | 124 | 7 |
| Binary | 11110 | 100011 | 11 | 1110 | 0 | 1011011 | 1010110 | 1000101 | 1010100 | 111 |
Color Harmonies of #1E2303
Complementary color
Monochromatic Colors of #1E2303
Black with #1E2303
Text Example
Text Example
White with #1E2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2303; }
p { color: rgb(30,35,3); }
H1.HeaderClassName
{
color: #1E2303;
}
.AnyTagClassName
{
color: #1E2303;
}
</style>
background-color css
<style>
a { background-color: #1E2303; }
a { background-color: rgb(30,35,3); }
div.DivClassName
{
background-color: #1E2303;
}
.BgClassName
{
background-color: #1E2303;
}
</style>
border-color css
<style>
span { border-color: #1E2303; }
span { border-color: rgb(30,35,3); }
td.TdClassName
{
border-color: #1E2303;
}
.TagClassName
{
border-color: #1E2303;
}
</style>