Shades of Green Waterloo #181B00
Tints of Green Waterloo #181B00
RGB
CMYK
RGB Variations
Color information
#181B00 (or 0x181B00) is known color: Green Waterloo. HEX triplet: 18, 1B and 00. RGB value is (24,27,0). Sum of RGB (Red+Green+Blue) = 24+27+0=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #181B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B00 is #E7E4FF. Grayscale: #171717. Windows color (decimal): -15197440 or 6936. OLE color: 6936.
HSL color Cylindrical-coordinate representation of color #181B00: hue angle of 66.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181B00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.89 |
| HSL | 66.67º | 1% | 0.05% | - |
| HSV(B) | 66.67º | 1% | 0.11% | - |
| XYZ | 0.77 | 0.98 | 0.15 | - |
| YUV | 23.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 0 | 0.11 | 0 | 1 | 0.89 | 66.67 | 1 | 0.05 |
| Hex | 18 | 1B | 0 | B | 0 | 64 | 59 | 43 | 64 | 5 |
| Octal | 30 | 33 | 0 | 13 | 0 | 144 | 131 | 103 | 144 | 5 |
| Binary | 11000 | 11011 | 0 | 1011 | 0 | 1100100 | 1011001 | 1000011 | 1100100 | 101 |
Color Harmonies of #181B00
Complementary color
Monochromatic Colors of #181B00
Black with #181B00
Text Example
Text Example
White with #181B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B00; }
p { color: rgb(24,27,0); }
H1.HeaderClassName
{
color: #181B00;
}
.AnyTagClassName
{
color: #181B00;
}
</style>
background-color css
<style>
a { background-color: #181B00; }
a { background-color: rgb(24,27,0); }
div.DivClassName
{
background-color: #181B00;
}
.BgClassName
{
background-color: #181B00;
}
</style>
border-color css
<style>
span { border-color: #181B00; }
span { border-color: rgb(24,27,0); }
td.TdClassName
{
border-color: #181B00;
}
.TagClassName
{
border-color: #181B00;
}
</style>