Shades of Green Waterloo #1E2307
Tints of Green Waterloo #1E2307
RGB
CMYK
RGB Variations
Color information
#1E2307 (or 0x1E2307) is known color: Green Waterloo. HEX triplet: 1E, 23 and 07. RGB value is (30,35,7). Sum of RGB (Red+Green+Blue) = 30+35+7=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2307 is #E1DCF8. Grayscale: #1E1E1E. Windows color (decimal): -14802169 or 467742. OLE color: 467742.
HSL color Cylindrical-coordinate representation of color #1E2307: hue angle of 70.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2307 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 7 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.86 |
| HSL | 70.71º | 0.67% | 0.08% | - |
| HSV(B) | 70.71º | 0.8% | 0.14% | - |
| XYZ | 1.17 | 1.49 | 0.43 | - |
| YUV | 30.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 7 | 0.14 | 0 | 0.80 | 0.86 | 70.71 | 0.67 | 0.08 |
| Hex | 1E | 23 | 7 | E | 0 | 50 | 56 | 47 | 43 | 8 |
| Octal | 36 | 43 | 7 | 16 | 0 | 120 | 126 | 107 | 103 | 10 |
| Binary | 11110 | 100011 | 111 | 1110 | 0 | 1010000 | 1010110 | 1000111 | 1000011 | 1000 |
Color Harmonies of #1E2307
Complementary color
Monochromatic Colors of #1E2307
Black with #1E2307
Text Example
Text Example
White with #1E2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2307; }
p { color: rgb(30,35,7); }
H1.HeaderClassName
{
color: #1E2307;
}
.AnyTagClassName
{
color: #1E2307;
}
</style>
background-color css
<style>
a { background-color: #1E2307; }
a { background-color: rgb(30,35,7); }
div.DivClassName
{
background-color: #1E2307;
}
.BgClassName
{
background-color: #1E2307;
}
</style>
border-color css
<style>
span { border-color: #1E2307; }
span { border-color: rgb(30,35,7); }
td.TdClassName
{
border-color: #1E2307;
}
.TagClassName
{
border-color: #1E2307;
}
</style>