Shades of Green Waterloo #1A1C0C
Tints of Green Waterloo #1A1C0C
RGB
CMYK
RGB Variations
Color information
#1A1C0C (or 0x1A1C0C) is known color: Green Waterloo. HEX triplet: 1A, 1C and 0C. RGB value is (26,28,12). Sum of RGB (Red+Green+Blue) = 26+28+12=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C0C is #E5E3F3. Grayscale: #191919. Windows color (decimal): -15066100 or 793626. OLE color: 793626.
HSL color Cylindrical-coordinate representation of color #1A1C0C: hue angle of 67.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A1C0C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 12 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.89 |
| HSL | 67.5º | 0.4% | 0.08% | - |
| HSV(B) | 67.5º | 0.57% | 0.11% | - |
| XYZ | 0.91 | 1.08 | 0.51 | - |
| YUV | 25.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 12 | 0.07 | 0 | 0.57 | 0.89 | 67.5 | 0.4 | 0.08 |
| Hex | 1A | 1C | C | 7 | 0 | 39 | 59 | 44 | 28 | 8 |
| Octal | 32 | 34 | 14 | 7 | 0 | 71 | 131 | 104 | 50 | 10 |
| Binary | 11010 | 11100 | 1100 | 111 | 0 | 111001 | 1011001 | 1000100 | 101000 | 1000 |
Color Harmonies of #1A1C0C
Complementary color
Monochromatic Colors of #1A1C0C
Black with #1A1C0C
Text Example
Text Example
White with #1A1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C0C; }
p { color: rgb(26,28,12); }
H1.HeaderClassName
{
color: #1A1C0C;
}
.AnyTagClassName
{
color: #1A1C0C;
}
</style>
background-color css
<style>
a { background-color: #1A1C0C; }
a { background-color: rgb(26,28,12); }
div.DivClassName
{
background-color: #1A1C0C;
}
.BgClassName
{
background-color: #1A1C0C;
}
</style>
border-color css
<style>
span { border-color: #1A1C0C; }
span { border-color: rgb(26,28,12); }
td.TdClassName
{
border-color: #1A1C0C;
}
.TagClassName
{
border-color: #1A1C0C;
}
</style>