Shades of Green Waterloo #181B0A
Tints of Green Waterloo #181B0A
RGB
CMYK
RGB Variations
Color information
#181B0A (or 0x181B0A) is known color: Green Waterloo. HEX triplet: 18, 1B and 0A. RGB value is (24,27,10). Sum of RGB (Red+Green+Blue) = 24+27+10=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0A is #E7E4F5. Grayscale: #181818. Windows color (decimal): -15197430 or 662296. OLE color: 662296.
HSL color Cylindrical-coordinate representation of color #181B0A: hue angle of 70.59º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181B0A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 10 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.89 |
| HSL | 70.59º | 0.46% | 0.07% | - |
| HSV(B) | 70.59º | 0.63% | 0.11% | - |
| XYZ | 0.82 | 1 | 0.44 | - |
| YUV | 24.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 10 | 0.11 | 0 | 0.63 | 0.89 | 70.59 | 0.46 | 0.07 |
| Hex | 18 | 1B | A | B | 0 | 3F | 59 | 47 | 2E | 7 |
| Octal | 30 | 33 | 12 | 13 | 0 | 77 | 131 | 107 | 56 | 7 |
| Binary | 11000 | 11011 | 1010 | 1011 | 0 | 111111 | 1011001 | 1000111 | 101110 | 111 |
Color Harmonies of #181B0A
Complementary color
Monochromatic Colors of #181B0A
Black with #181B0A
Text Example
Text Example
White with #181B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B0A; }
p { color: rgb(24,27,10); }
H1.HeaderClassName
{
color: #181B0A;
}
.AnyTagClassName
{
color: #181B0A;
}
</style>
background-color css
<style>
a { background-color: #181B0A; }
a { background-color: rgb(24,27,10); }
div.DivClassName
{
background-color: #181B0A;
}
.BgClassName
{
background-color: #181B0A;
}
</style>
border-color css
<style>
span { border-color: #181B0A; }
span { border-color: rgb(24,27,10); }
td.TdClassName
{
border-color: #181B0A;
}
.TagClassName
{
border-color: #181B0A;
}
</style>