Shades of Green Waterloo #181E00
Tints of Green Waterloo #181E00
RGB
CMYK
RGB Variations
Color information
#181E00 (or 0x181E00) is known color: Green Waterloo. HEX triplet: 18, 1E and 00. RGB value is (24,30,0). Sum of RGB (Red+Green+Blue) = 24+30+0=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #181E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E00 is #E7E1FF. Grayscale: #181818. Windows color (decimal): -15196672 or 7704. OLE color: 7704.
HSL color Cylindrical-coordinate representation of color #181E00: hue angle of 72º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181E00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.88 |
| HSL | 72º | 1% | 0.06% | - |
| HSV(B) | 72º | 1% | 0.12% | - |
| XYZ | 0.84 | 1.12 | 0.17 | - |
| YUV | 24.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 0 | 0.20 | 0 | 1 | 0.88 | 72 | 1 | 0.06 |
| Hex | 18 | 1E | 0 | 14 | 0 | 64 | 58 | 48 | 64 | 6 |
| Octal | 30 | 36 | 0 | 24 | 0 | 144 | 130 | 110 | 144 | 6 |
| Binary | 11000 | 11110 | 0 | 10100 | 0 | 1100100 | 1011000 | 1001000 | 1100100 | 110 |
Color Harmonies of #181E00
Complementary color
Monochromatic Colors of #181E00
Black with #181E00
Text Example
Text Example
White with #181E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E00; }
p { color: rgb(24,30,0); }
H1.HeaderClassName
{
color: #181E00;
}
.AnyTagClassName
{
color: #181E00;
}
</style>
background-color css
<style>
a { background-color: #181E00; }
a { background-color: rgb(24,30,0); }
div.DivClassName
{
background-color: #181E00;
}
.BgClassName
{
background-color: #181E00;
}
</style>
border-color css
<style>
span { border-color: #181E00; }
span { border-color: rgb(24,30,0); }
td.TdClassName
{
border-color: #181E00;
}
.TagClassName
{
border-color: #181E00;
}
</style>