Shades of Green Waterloo #181B0D
Tints of Green Waterloo #181B0D
RGB
CMYK
RGB Variations
Color information
#181B0D (or 0x181B0D) is known color: Green Waterloo. HEX triplet: 18, 1B and 0D. RGB value is (24,27,13). Sum of RGB (Red+Green+Blue) = 24+27+13=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0D is #E7E4F2. Grayscale: #181818. Windows color (decimal): -15197427 or 858904. OLE color: 858904.
HSL color Cylindrical-coordinate representation of color #181B0D: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181B0D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 13 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.89 |
| HSL | 72.86º | 0.35% | 0.08% | - |
| HSV(B) | 72.86º | 0.52% | 0.11% | - |
| XYZ | 0.84 | 1.01 | 0.53 | - |
| YUV | 24.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 13 | 0.11 | 0 | 0.52 | 0.89 | 72.86 | 0.35 | 0.08 |
| Hex | 18 | 1B | D | B | 0 | 34 | 59 | 49 | 23 | 8 |
| Octal | 30 | 33 | 15 | 13 | 0 | 64 | 131 | 111 | 43 | 10 |
| Binary | 11000 | 11011 | 1101 | 1011 | 0 | 110100 | 1011001 | 1001001 | 100011 | 1000 |
Color Harmonies of #181B0D
Complementary color
Monochromatic Colors of #181B0D
Black with #181B0D
Text Example
Text Example
White with #181B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B0D; }
p { color: rgb(24,27,13); }
H1.HeaderClassName
{
color: #181B0D;
}
.AnyTagClassName
{
color: #181B0D;
}
</style>
background-color css
<style>
a { background-color: #181B0D; }
a { background-color: rgb(24,27,13); }
div.DivClassName
{
background-color: #181B0D;
}
.BgClassName
{
background-color: #181B0D;
}
</style>
border-color css
<style>
span { border-color: #181B0D; }
span { border-color: rgb(24,27,13); }
td.TdClassName
{
border-color: #181B0D;
}
.TagClassName
{
border-color: #181B0D;
}
</style>