Shades of Green Waterloo #181A09
Tints of Green Waterloo #181A09
RGB
CMYK
RGB Variations
Color information
#181A09 (or 0x181A09) is known color: Green Waterloo. HEX triplet: 18, 1A and 09. RGB value is (24,26,9). Sum of RGB (Red+Green+Blue) = 24+26+9=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #181A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A09 is #E7E5F6. Grayscale: #171717. Windows color (decimal): -15197687 or 596504. OLE color: 596504.
HSL color Cylindrical-coordinate representation of color #181A09: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #181A09 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 9 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.90 |
| HSL | 67.06º | 0.49% | 0.07% | - |
| HSV(B) | 67.06º | 0.65% | 0.1% | - |
| XYZ | 0.8 | 0.95 | 0.4 | - |
| YUV | 23.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 9 | 0.08 | 0 | 0.65 | 0.90 | 67.06 | 0.49 | 0.07 |
| Hex | 18 | 1A | 9 | 8 | 0 | 41 | 5A | 43 | 31 | 7 |
| Octal | 30 | 32 | 11 | 10 | 0 | 101 | 132 | 103 | 61 | 7 |
| Binary | 11000 | 11010 | 1001 | 1000 | 0 | 1000001 | 1011010 | 1000011 | 110001 | 111 |
Color Harmonies of #181A09
Complementary color
Monochromatic Colors of #181A09
Black with #181A09
Text Example
Text Example
White with #181A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A09; }
p { color: rgb(24,26,9); }
H1.HeaderClassName
{
color: #181A09;
}
.AnyTagClassName
{
color: #181A09;
}
</style>
background-color css
<style>
a { background-color: #181A09; }
a { background-color: rgb(24,26,9); }
div.DivClassName
{
background-color: #181A09;
}
.BgClassName
{
background-color: #181A09;
}
</style>
border-color css
<style>
span { border-color: #181A09; }
span { border-color: rgb(24,26,9); }
td.TdClassName
{
border-color: #181A09;
}
.TagClassName
{
border-color: #181A09;
}
</style>