Shades of Green Waterloo #1A1C09
Tints of Green Waterloo #1A1C09
RGB
CMYK
RGB Variations
Color information
#1A1C09 (or 0x1A1C09) is known color: Green Waterloo. HEX triplet: 1A, 1C and 09. RGB value is (26,28,9). Sum of RGB (Red+Green+Blue) = 26+28+9=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C09 is #E5E3F6. Grayscale: #191919. Windows color (decimal): -15066103 or 597018. OLE color: 597018.
HSL color Cylindrical-coordinate representation of color #1A1C09: hue angle of 66.32º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1C09 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 9 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.89 |
| HSL | 66.32º | 0.51% | 0.07% | - |
| HSV(B) | 66.32º | 0.68% | 0.11% | - |
| XYZ | 0.89 | 1.07 | 0.42 | - |
| YUV | 25.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 9 | 0.07 | 0 | 0.68 | 0.89 | 66.32 | 0.51 | 0.07 |
| Hex | 1A | 1C | 9 | 7 | 0 | 44 | 59 | 42 | 33 | 7 |
| Octal | 32 | 34 | 11 | 7 | 0 | 104 | 131 | 102 | 63 | 7 |
| Binary | 11010 | 11100 | 1001 | 111 | 0 | 1000100 | 1011001 | 1000010 | 110011 | 111 |
Color Harmonies of #1A1C09
Complementary color
Monochromatic Colors of #1A1C09
Black with #1A1C09
Text Example
Text Example
White with #1A1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C09; }
p { color: rgb(26,28,9); }
H1.HeaderClassName
{
color: #1A1C09;
}
.AnyTagClassName
{
color: #1A1C09;
}
</style>
background-color css
<style>
a { background-color: #1A1C09; }
a { background-color: rgb(26,28,9); }
div.DivClassName
{
background-color: #1A1C09;
}
.BgClassName
{
background-color: #1A1C09;
}
</style>
border-color css
<style>
span { border-color: #1A1C09; }
span { border-color: rgb(26,28,9); }
td.TdClassName
{
border-color: #1A1C09;
}
.TagClassName
{
border-color: #1A1C09;
}
</style>