Shades of Green Waterloo #181D04
Tints of Green Waterloo #181D04
RGB
CMYK
RGB Variations
Color information
#181D04 (or 0x181D04) is known color: Green Waterloo. HEX triplet: 18, 1D and 04. RGB value is (24,29,4). Sum of RGB (Red+Green+Blue) = 24+29+4=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #181D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D04 is #E7E2FB. Grayscale: #181818. Windows color (decimal): -15196924 or 269592. OLE color: 269592.
HSL color Cylindrical-coordinate representation of color #181D04: hue angle of 72º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181D04 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 4 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.89 |
| HSL | 72º | 0.76% | 0.06% | - |
| HSV(B) | 72º | 0.86% | 0.11% | - |
| XYZ | 0.84 | 1.08 | 0.28 | - |
| YUV | 24.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 4 | 0.17 | 0 | 0.86 | 0.89 | 72 | 0.76 | 0.06 |
| Hex | 18 | 1D | 4 | 11 | 0 | 56 | 59 | 48 | 4C | 6 |
| Octal | 30 | 35 | 4 | 21 | 0 | 126 | 131 | 110 | 114 | 6 |
| Binary | 11000 | 11101 | 100 | 10001 | 0 | 1010110 | 1011001 | 1001000 | 1001100 | 110 |
Color Harmonies of #181D04
Complementary color
Monochromatic Colors of #181D04
Black with #181D04
Text Example
Text Example
White with #181D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D04; }
p { color: rgb(24,29,4); }
H1.HeaderClassName
{
color: #181D04;
}
.AnyTagClassName
{
color: #181D04;
}
</style>
background-color css
<style>
a { background-color: #181D04; }
a { background-color: rgb(24,29,4); }
div.DivClassName
{
background-color: #181D04;
}
.BgClassName
{
background-color: #181D04;
}
</style>
border-color css
<style>
span { border-color: #181D04; }
span { border-color: rgb(24,29,4); }
td.TdClassName
{
border-color: #181D04;
}
.TagClassName
{
border-color: #181D04;
}
</style>