Shades of Green Waterloo #181D00
Tints of Green Waterloo #181D00
RGB
CMYK
RGB Variations
Color information
#181D00 (or 0x181D00) is known color: Green Waterloo. HEX triplet: 18, 1D and 00. RGB value is (24,29,0). Sum of RGB (Red+Green+Blue) = 24+29+0=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #181D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D00 is #E7E2FF. Grayscale: #181818. Windows color (decimal): -15196928 or 7448. OLE color: 7448.
HSL color Cylindrical-coordinate representation of color #181D00: hue angle of 70.34º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181D00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.89 |
| HSL | 70.34º | 1% | 0.06% | - |
| HSV(B) | 70.34º | 1% | 0.11% | - |
| XYZ | 0.82 | 1.07 | 0.16 | - |
| YUV | 24.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 0 | 0.17 | 0 | 1 | 0.89 | 70.34 | 1 | 0.06 |
| Hex | 18 | 1D | 0 | 11 | 0 | 64 | 59 | 46 | 64 | 6 |
| Octal | 30 | 35 | 0 | 21 | 0 | 144 | 131 | 106 | 144 | 6 |
| Binary | 11000 | 11101 | 0 | 10001 | 0 | 1100100 | 1011001 | 1000110 | 1100100 | 110 |
Color Harmonies of #181D00
Complementary color
Monochromatic Colors of #181D00
Black with #181D00
Text Example
Text Example
White with #181D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D00; }
p { color: rgb(24,29,0); }
H1.HeaderClassName
{
color: #181D00;
}
.AnyTagClassName
{
color: #181D00;
}
</style>
background-color css
<style>
a { background-color: #181D00; }
a { background-color: rgb(24,29,0); }
div.DivClassName
{
background-color: #181D00;
}
.BgClassName
{
background-color: #181D00;
}
</style>
border-color css
<style>
span { border-color: #181D00; }
span { border-color: rgb(24,29,0); }
td.TdClassName
{
border-color: #181D00;
}
.TagClassName
{
border-color: #181D00;
}
</style>