Shades of Green Waterloo #1E2407
Tints of Green Waterloo #1E2407
RGB
CMYK
RGB Variations
Color information
#1E2407 (or 0x1E2407) is known color: Green Waterloo. HEX triplet: 1E, 24 and 07. RGB value is (30,36,7). Sum of RGB (Red+Green+Blue) = 30+36+7=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2407 is #E1DBF8. Grayscale: #1F1F1F. Windows color (decimal): -14801913 or 467998. OLE color: 467998.
HSL color Cylindrical-coordinate representation of color #1E2407: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2407 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 36 | 7 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.86 |
| HSL | 72.41º | 0.67% | 0.08% | - |
| HSV(B) | 72.41º | 0.81% | 0.14% | - |
| XYZ | 1.2 | 1.55 | 0.44 | - |
| YUV | 30.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 7 | 0.17 | 0 | 0.81 | 0.86 | 72.41 | 0.67 | 0.08 |
| Hex | 1E | 24 | 7 | 11 | 0 | 51 | 56 | 48 | 43 | 8 |
| Octal | 36 | 44 | 7 | 21 | 0 | 121 | 126 | 110 | 103 | 10 |
| Binary | 11110 | 100100 | 111 | 10001 | 0 | 1010001 | 1010110 | 1001000 | 1000011 | 1000 |
Color Harmonies of #1E2407
Complementary color
Monochromatic Colors of #1E2407
Black with #1E2407
Text Example
Text Example
White with #1E2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2407; }
p { color: rgb(30,36,7); }
H1.HeaderClassName
{
color: #1E2407;
}
.AnyTagClassName
{
color: #1E2407;
}
</style>
background-color css
<style>
a { background-color: #1E2407; }
a { background-color: rgb(30,36,7); }
div.DivClassName
{
background-color: #1E2407;
}
.BgClassName
{
background-color: #1E2407;
}
</style>
border-color css
<style>
span { border-color: #1E2407; }
span { border-color: rgb(30,36,7); }
td.TdClassName
{
border-color: #1E2407;
}
.TagClassName
{
border-color: #1E2407;
}
</style>