Shades of Green Waterloo #181F00
Tints of Green Waterloo #181F00
RGB
CMYK
RGB Variations
Color information
#181F00 (or 0x181F00) is known color: Green Waterloo. HEX triplet: 18, 1F and 00. RGB value is (24,31,0). Sum of RGB (Red+Green+Blue) = 24+31+0=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #181F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F00 is #E7E0FF. Grayscale: #191919. Windows color (decimal): -15196416 or 7960. OLE color: 7960.
HSL color Cylindrical-coordinate representation of color #181F00: hue angle of 73.55º 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 #181F00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.88 |
| HSL | 73.55º | 1% | 0.06% | - |
| HSV(B) | 73.55º | 1% | 0.12% | - |
| XYZ | 0.87 | 1.17 | 0.18 | - |
| YUV | 25.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 0 | 0.23 | 0 | 1 | 0.88 | 73.55 | 1 | 0.06 |
| Hex | 18 | 1F | 0 | 17 | 0 | 64 | 58 | 4A | 64 | 6 |
| Octal | 30 | 37 | 0 | 27 | 0 | 144 | 130 | 112 | 144 | 6 |
| Binary | 11000 | 11111 | 0 | 10111 | 0 | 1100100 | 1011000 | 1001010 | 1100100 | 110 |
Color Harmonies of #181F00
Complementary color
Monochromatic Colors of #181F00
Black with #181F00
Text Example
Text Example
White with #181F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F00; }
p { color: rgb(24,31,0); }
H1.HeaderClassName
{
color: #181F00;
}
.AnyTagClassName
{
color: #181F00;
}
</style>
background-color css
<style>
a { background-color: #181F00; }
a { background-color: rgb(24,31,0); }
div.DivClassName
{
background-color: #181F00;
}
.BgClassName
{
background-color: #181F00;
}
</style>
border-color css
<style>
span { border-color: #181F00; }
span { border-color: rgb(24,31,0); }
td.TdClassName
{
border-color: #181F00;
}
.TagClassName
{
border-color: #181F00;
}
</style>