Shades of Green Waterloo #181D03
Tints of Green Waterloo #181D03
RGB
CMYK
RGB Variations
Color information
#181D03 (or 0x181D03) is known color: Green Waterloo. HEX triplet: 18, 1D and 03. RGB value is (24,29,3). Sum of RGB (Red+Green+Blue) = 24+29+3=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #181D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D03 is #E7E2FC. Grayscale: #181818. Windows color (decimal): -15196925 or 204056. OLE color: 204056.
HSL color Cylindrical-coordinate representation of color #181D03: hue angle of 71.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181D03 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 3 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.89 |
| HSL | 71.54º | 0.81% | 0.06% | - |
| HSV(B) | 71.54º | 0.9% | 0.11% | - |
| XYZ | 0.83 | 1.08 | 0.25 | - |
| YUV | 24.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 3 | 0.17 | 0 | 0.90 | 0.89 | 71.54 | 0.81 | 0.06 |
| Hex | 18 | 1D | 3 | 11 | 0 | 5A | 59 | 48 | 51 | 6 |
| Octal | 30 | 35 | 3 | 21 | 0 | 132 | 131 | 110 | 121 | 6 |
| Binary | 11000 | 11101 | 11 | 10001 | 0 | 1011010 | 1011001 | 1001000 | 1010001 | 110 |
Color Harmonies of #181D03
Complementary color
Monochromatic Colors of #181D03
Black with #181D03
Text Example
Text Example
White with #181D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D03; }
p { color: rgb(24,29,3); }
H1.HeaderClassName
{
color: #181D03;
}
.AnyTagClassName
{
color: #181D03;
}
</style>
background-color css
<style>
a { background-color: #181D03; }
a { background-color: rgb(24,29,3); }
div.DivClassName
{
background-color: #181D03;
}
.BgClassName
{
background-color: #181D03;
}
</style>
border-color css
<style>
span { border-color: #181D03; }
span { border-color: rgb(24,29,3); }
td.TdClassName
{
border-color: #181D03;
}
.TagClassName
{
border-color: #181D03;
}
</style>