Shades of Green Waterloo #181E03
Tints of Green Waterloo #181E03
RGB
CMYK
RGB Variations
Color information
#181E03 (or 0x181E03) is known color: Green Waterloo. HEX triplet: 18, 1E and 03. RGB value is (24,30,3). Sum of RGB (Red+Green+Blue) = 24+30+3=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #181E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E03 is #E7E1FC. Grayscale: #191919. Windows color (decimal): -15196669 or 204312. OLE color: 204312.
HSL color Cylindrical-coordinate representation of color #181E03: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181E03 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 3 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.88 |
| HSL | 73.33º | 0.82% | 0.06% | - |
| HSV(B) | 73.33º | 0.9% | 0.12% | - |
| XYZ | 0.86 | 1.13 | 0.26 | - |
| YUV | 25.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 3 | 0.20 | 0 | 0.90 | 0.88 | 73.33 | 0.82 | 0.06 |
| Hex | 18 | 1E | 3 | 14 | 0 | 5A | 58 | 49 | 52 | 6 |
| Octal | 30 | 36 | 3 | 24 | 0 | 132 | 130 | 111 | 122 | 6 |
| Binary | 11000 | 11110 | 11 | 10100 | 0 | 1011010 | 1011000 | 1001001 | 1010010 | 110 |
Color Harmonies of #181E03
Complementary color
Monochromatic Colors of #181E03
Black with #181E03
Text Example
Text Example
White with #181E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E03; }
p { color: rgb(24,30,3); }
H1.HeaderClassName
{
color: #181E03;
}
.AnyTagClassName
{
color: #181E03;
}
</style>
background-color css
<style>
a { background-color: #181E03; }
a { background-color: rgb(24,30,3); }
div.DivClassName
{
background-color: #181E03;
}
.BgClassName
{
background-color: #181E03;
}
</style>
border-color css
<style>
span { border-color: #181E03; }
span { border-color: rgb(24,30,3); }
td.TdClassName
{
border-color: #181E03;
}
.TagClassName
{
border-color: #181E03;
}
</style>