Shades of Green Waterloo #1A1E0C
Tints of Green Waterloo #1A1E0C
RGB
CMYK
RGB Variations
Color information
#1A1E0C (or 0x1A1E0C) is known color: Green Waterloo. HEX triplet: 1A, 1E and 0C. RGB value is (26,30,12). Sum of RGB (Red+Green+Blue) = 26+30+12=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E0C is #E5E1F3. Grayscale: #1A1A1A. Windows color (decimal): -15065588 or 794138. OLE color: 794138.
HSL color Cylindrical-coordinate representation of color #1A1E0C: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A1E0C is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 12 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.88 |
| HSL | 73.33º | 0.43% | 0.08% | - |
| HSV(B) | 73.33º | 0.6% | 0.12% | - |
| XYZ | 0.96 | 1.17 | 0.52 | - |
| YUV | 26.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 12 | 0.13 | 0 | 0.60 | 0.88 | 73.33 | 0.43 | 0.08 |
| Hex | 1A | 1E | C | D | 0 | 3C | 58 | 49 | 2B | 8 |
| Octal | 32 | 36 | 14 | 15 | 0 | 74 | 130 | 111 | 53 | 10 |
| Binary | 11010 | 11110 | 1100 | 1101 | 0 | 111100 | 1011000 | 1001001 | 101011 | 1000 |
Color Harmonies of #1A1E0C
Complementary color
Monochromatic Colors of #1A1E0C
Black with #1A1E0C
Text Example
Text Example
White with #1A1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E0C; }
p { color: rgb(26,30,12); }
H1.HeaderClassName
{
color: #1A1E0C;
}
.AnyTagClassName
{
color: #1A1E0C;
}
</style>
background-color css
<style>
a { background-color: #1A1E0C; }
a { background-color: rgb(26,30,12); }
div.DivClassName
{
background-color: #1A1E0C;
}
.BgClassName
{
background-color: #1A1E0C;
}
</style>
border-color css
<style>
span { border-color: #1A1E0C; }
span { border-color: rgb(26,30,12); }
td.TdClassName
{
border-color: #1A1E0C;
}
.TagClassName
{
border-color: #1A1E0C;
}
</style>