Shades of Green Waterloo #181A11
Tints of Green Waterloo #181A11
RGB
CMYK
RGB Variations
Color information
#181A11 (or 0x181A11) is known color: Green Waterloo. HEX triplet: 18, 1A and 11. RGB value is (24,26,17). Sum of RGB (Red+Green+Blue) = 24+26+17=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 26 - color contains mainly: green. Hex color #181A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A11 is #E7E5EE. Grayscale: #181818. Windows color (decimal): -15197679 or 1120792. OLE color: 1120792.
HSL color Cylindrical-coordinate representation of color #181A11: hue angle of 73.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #181A11 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 17 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.90 |
| HSL | 73.33º | 0.21% | 0.08% | - |
| HSV(B) | 73.33º | 0.35% | 0.1% | - |
| XYZ | 0.85 | 0.97 | 0.67 | - |
| YUV | 24.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 17 | 0.08 | 0 | 0.35 | 0.90 | 73.33 | 0.21 | 0.08 |
| Hex | 18 | 1A | 11 | 8 | 0 | 23 | 5A | 49 | 15 | 8 |
| Octal | 30 | 32 | 21 | 10 | 0 | 43 | 132 | 111 | 25 | 10 |
| Binary | 11000 | 11010 | 10001 | 1000 | 0 | 100011 | 1011010 | 1001001 | 10101 | 1000 |
Color Harmonies of #181A11
Complementary color
Monochromatic Colors of #181A11
Black with #181A11
Text Example
Text Example
White with #181A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A11; }
p { color: rgb(24,26,17); }
H1.HeaderClassName
{
color: #181A11;
}
.AnyTagClassName
{
color: #181A11;
}
</style>
background-color css
<style>
a { background-color: #181A11; }
a { background-color: rgb(24,26,17); }
div.DivClassName
{
background-color: #181A11;
}
.BgClassName
{
background-color: #181A11;
}
</style>
border-color css
<style>
span { border-color: #181A11; }
span { border-color: rgb(24,26,17); }
td.TdClassName
{
border-color: #181A11;
}
.TagClassName
{
border-color: #181A11;
}
</style>