Shades of Green Waterloo #1A1C0A
Tints of Green Waterloo #1A1C0A
RGB
CMYK
RGB Variations
Color information
#1A1C0A (or 0x1A1C0A) is known color: Green Waterloo. HEX triplet: 1A, 1C and 0A. RGB value is (26,28,10). Sum of RGB (Red+Green+Blue) = 26+28+10=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C0A is #E5E3F5. Grayscale: #191919. Windows color (decimal): -15066102 or 662554. OLE color: 662554.
HSL color Cylindrical-coordinate representation of color #1A1C0A: hue angle of 66.67º 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 #1A1C0A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 10 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.89 |
| HSL | 66.67º | 0.47% | 0.07% | - |
| HSV(B) | 66.67º | 0.64% | 0.11% | - |
| XYZ | 0.9 | 1.07 | 0.45 | - |
| YUV | 25.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 10 | 0.07 | 0 | 0.64 | 0.89 | 66.67 | 0.47 | 0.07 |
| Hex | 1A | 1C | A | 7 | 0 | 40 | 59 | 43 | 2F | 7 |
| Octal | 32 | 34 | 12 | 7 | 0 | 100 | 131 | 103 | 57 | 7 |
| Binary | 11010 | 11100 | 1010 | 111 | 0 | 1000000 | 1011001 | 1000011 | 101111 | 111 |
Color Harmonies of #1A1C0A
Complementary color
Monochromatic Colors of #1A1C0A
Black with #1A1C0A
Text Example
Text Example
White with #1A1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C0A; }
p { color: rgb(26,28,10); }
H1.HeaderClassName
{
color: #1A1C0A;
}
.AnyTagClassName
{
color: #1A1C0A;
}
</style>
background-color css
<style>
a { background-color: #1A1C0A; }
a { background-color: rgb(26,28,10); }
div.DivClassName
{
background-color: #1A1C0A;
}
.BgClassName
{
background-color: #1A1C0A;
}
</style>
border-color css
<style>
span { border-color: #1A1C0A; }
span { border-color: rgb(26,28,10); }
td.TdClassName
{
border-color: #1A1C0A;
}
.TagClassName
{
border-color: #1A1C0A;
}
</style>