Shades of Green Waterloo #181C03
Tints of Green Waterloo #181C03
RGB
CMYK
RGB Variations
Color information
#181C03 (or 0x181C03) is known color: Green Waterloo. HEX triplet: 18, 1C and 03. RGB value is (24,28,3). Sum of RGB (Red+Green+Blue) = 24+28+3=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #181C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C03 is #E7E3FC. Grayscale: #181818. Windows color (decimal): -15197181 or 203800. OLE color: 203800.
HSL color Cylindrical-coordinate representation of color #181C03: hue angle of 69.6º degrees, saturation: 0.81, 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 #181C03 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 3 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.89 |
| HSL | 69.6º | 0.81% | 0.06% | - |
| HSV(B) | 69.6º | 0.89% | 0.11% | - |
| XYZ | 0.81 | 1.03 | 0.24 | - |
| YUV | 23.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 3 | 0.14 | 0 | 0.89 | 0.89 | 69.6 | 0.81 | 0.06 |
| Hex | 18 | 1C | 3 | E | 0 | 59 | 59 | 46 | 51 | 6 |
| Octal | 30 | 34 | 3 | 16 | 0 | 131 | 131 | 106 | 121 | 6 |
| Binary | 11000 | 11100 | 11 | 1110 | 0 | 1011001 | 1011001 | 1000110 | 1010001 | 110 |
Color Harmonies of #181C03
Complementary color
Monochromatic Colors of #181C03
Black with #181C03
Text Example
Text Example
White with #181C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C03; }
p { color: rgb(24,28,3); }
H1.HeaderClassName
{
color: #181C03;
}
.AnyTagClassName
{
color: #181C03;
}
</style>
background-color css
<style>
a { background-color: #181C03; }
a { background-color: rgb(24,28,3); }
div.DivClassName
{
background-color: #181C03;
}
.BgClassName
{
background-color: #181C03;
}
</style>
border-color css
<style>
span { border-color: #181C03; }
span { border-color: rgb(24,28,3); }
td.TdClassName
{
border-color: #181C03;
}
.TagClassName
{
border-color: #181C03;
}
</style>