Shades of Green Waterloo #181B03
Tints of Green Waterloo #181B03
RGB
CMYK
RGB Variations
Color information
#181B03 (or 0x181B03) is known color: Green Waterloo. HEX triplet: 18, 1B and 03. RGB value is (24,27,3). Sum of RGB (Red+Green+Blue) = 24+27+3=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #181B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B03 is #E7E4FC. Grayscale: #171717. Windows color (decimal): -15197437 or 203544. OLE color: 203544.
HSL color Cylindrical-coordinate representation of color #181B03: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181B03 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 3 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.89 |
| HSL | 67.5º | 0.8% | 0.06% | - |
| HSV(B) | 67.5º | 0.89% | 0.11% | - |
| XYZ | 0.79 | 0.98 | 0.23 | - |
| YUV | 23.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 3 | 0.11 | 0 | 0.89 | 0.89 | 67.5 | 0.8 | 0.06 |
| Hex | 18 | 1B | 3 | B | 0 | 59 | 59 | 44 | 50 | 6 |
| Octal | 30 | 33 | 3 | 13 | 0 | 131 | 131 | 104 | 120 | 6 |
| Binary | 11000 | 11011 | 11 | 1011 | 0 | 1011001 | 1011001 | 1000100 | 1010000 | 110 |
Color Harmonies of #181B03
Complementary color
Monochromatic Colors of #181B03
Black with #181B03
Text Example
Text Example
White with #181B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B03; }
p { color: rgb(24,27,3); }
H1.HeaderClassName
{
color: #181B03;
}
.AnyTagClassName
{
color: #181B03;
}
</style>
background-color css
<style>
a { background-color: #181B03; }
a { background-color: rgb(24,27,3); }
div.DivClassName
{
background-color: #181B03;
}
.BgClassName
{
background-color: #181B03;
}
</style>
border-color css
<style>
span { border-color: #181B03; }
span { border-color: rgb(24,27,3); }
td.TdClassName
{
border-color: #181B03;
}
.TagClassName
{
border-color: #181B03;
}
</style>