Shades of Green Waterloo #181E04
Tints of Green Waterloo #181E04
RGB
CMYK
RGB Variations
Color information
#181E04 (or 0x181E04) is known color: Green Waterloo. HEX triplet: 18, 1E and 04. RGB value is (24,30,4). Sum of RGB (Red+Green+Blue) = 24+30+4=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #181E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E04 is #E7E1FB. Grayscale: #191919. Windows color (decimal): -15196668 or 269848. OLE color: 269848.
HSL color Cylindrical-coordinate representation of color #181E04: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181E04 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 4 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.88 |
| HSL | 73.85º | 0.76% | 0.07% | - |
| HSV(B) | 73.85º | 0.87% | 0.12% | - |
| XYZ | 0.86 | 1.13 | 0.29 | - |
| YUV | 25.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 4 | 0.20 | 0 | 0.87 | 0.88 | 73.85 | 0.76 | 0.07 |
| Hex | 18 | 1E | 4 | 14 | 0 | 57 | 58 | 4A | 4C | 7 |
| Octal | 30 | 36 | 4 | 24 | 0 | 127 | 130 | 112 | 114 | 7 |
| Binary | 11000 | 11110 | 100 | 10100 | 0 | 1010111 | 1011000 | 1001010 | 1001100 | 111 |
Color Harmonies of #181E04
Complementary color
Monochromatic Colors of #181E04
Black with #181E04
Text Example
Text Example
White with #181E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E04; }
p { color: rgb(24,30,4); }
H1.HeaderClassName
{
color: #181E04;
}
.AnyTagClassName
{
color: #181E04;
}
</style>
background-color css
<style>
a { background-color: #181E04; }
a { background-color: rgb(24,30,4); }
div.DivClassName
{
background-color: #181E04;
}
.BgClassName
{
background-color: #181E04;
}
</style>
border-color css
<style>
span { border-color: #181E04; }
span { border-color: rgb(24,30,4); }
td.TdClassName
{
border-color: #181E04;
}
.TagClassName
{
border-color: #181E04;
}
</style>