Shades of Green Waterloo #181C0A
Tints of Green Waterloo #181C0A
RGB
CMYK
RGB Variations
Color information
#181C0A (or 0x181C0A) is known color: Green Waterloo. HEX triplet: 18, 1C and 0A. RGB value is (24,28,10). Sum of RGB (Red+Green+Blue) = 24+28+10=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #181C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C0A is #E7E3F5. Grayscale: #181818. Windows color (decimal): -15197174 or 662552. OLE color: 662552.
HSL color Cylindrical-coordinate representation of color #181C0A: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #181C0A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 10 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.89 |
| HSL | 73.33º | 0.47% | 0.07% | - |
| HSV(B) | 73.33º | 0.64% | 0.11% | - |
| XYZ | 0.85 | 1.05 | 0.44 | - |
| YUV | 24.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 10 | 0.14 | 0 | 0.64 | 0.89 | 73.33 | 0.47 | 0.07 |
| Hex | 18 | 1C | A | E | 0 | 40 | 59 | 49 | 2F | 7 |
| Octal | 30 | 34 | 12 | 16 | 0 | 100 | 131 | 111 | 57 | 7 |
| Binary | 11000 | 11100 | 1010 | 1110 | 0 | 1000000 | 1011001 | 1001001 | 101111 | 111 |
Color Harmonies of #181C0A
Complementary color
Monochromatic Colors of #181C0A
Black with #181C0A
Text Example
Text Example
White with #181C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C0A; }
p { color: rgb(24,28,10); }
H1.HeaderClassName
{
color: #181C0A;
}
.AnyTagClassName
{
color: #181C0A;
}
</style>
background-color css
<style>
a { background-color: #181C0A; }
a { background-color: rgb(24,28,10); }
div.DivClassName
{
background-color: #181C0A;
}
.BgClassName
{
background-color: #181C0A;
}
</style>
border-color css
<style>
span { border-color: #181C0A; }
span { border-color: rgb(24,28,10); }
td.TdClassName
{
border-color: #181C0A;
}
.TagClassName
{
border-color: #181C0A;
}
</style>