Shades of Green Waterloo #181A0B
Tints of Green Waterloo #181A0B
RGB
CMYK
RGB Variations
Color information
#181A0B (or 0x181A0B) is known color: Green Waterloo. HEX triplet: 18, 1A and 0B. RGB value is (24,26,11). Sum of RGB (Red+Green+Blue) = 24+26+11=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0B is #E7E5F4. Grayscale: #171717. Windows color (decimal): -15197685 or 727576. OLE color: 727576.
HSL color Cylindrical-coordinate representation of color #181A0B: hue angle of 68º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #181A0B is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 11 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.90 |
| HSL | 68º | 0.41% | 0.07% | - |
| HSV(B) | 68º | 0.58% | 0.1% | - |
| XYZ | 0.81 | 0.96 | 0.46 | - |
| YUV | 23.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 11 | 0.08 | 0 | 0.58 | 0.90 | 68 | 0.41 | 0.07 |
| Hex | 18 | 1A | B | 8 | 0 | 3A | 5A | 44 | 29 | 7 |
| Octal | 30 | 32 | 13 | 10 | 0 | 72 | 132 | 104 | 51 | 7 |
| Binary | 11000 | 11010 | 1011 | 1000 | 0 | 111010 | 1011010 | 1000100 | 101001 | 111 |
Color Harmonies of #181A0B
Complementary color
Monochromatic Colors of #181A0B
Black with #181A0B
Text Example
Text Example
White with #181A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A0B; }
p { color: rgb(24,26,11); }
H1.HeaderClassName
{
color: #181A0B;
}
.AnyTagClassName
{
color: #181A0B;
}
</style>
background-color css
<style>
a { background-color: #181A0B; }
a { background-color: rgb(24,26,11); }
div.DivClassName
{
background-color: #181A0B;
}
.BgClassName
{
background-color: #181A0B;
}
</style>
border-color css
<style>
span { border-color: #181A0B; }
span { border-color: rgb(24,26,11); }
td.TdClassName
{
border-color: #181A0B;
}
.TagClassName
{
border-color: #181A0B;
}
</style>