Shades of Green Waterloo #1A1C08
Tints of Green Waterloo #1A1C08
RGB
CMYK
RGB Variations
Color information
#1A1C08 (or 0x1A1C08) is known color: Green Waterloo. HEX triplet: 1A, 1C and 08. RGB value is (26,28,8). Sum of RGB (Red+Green+Blue) = 26+28+8=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C08 is #E5E3F7. Grayscale: #191919. Windows color (decimal): -15066104 or 531482. OLE color: 531482.
HSL color Cylindrical-coordinate representation of color #1A1C08: hue angle of 66º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A1C08 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 8 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.89 |
| HSL | 66º | 0.56% | 0.07% | - |
| HSV(B) | 66º | 0.71% | 0.11% | - |
| XYZ | 0.89 | 1.07 | 0.39 | - |
| YUV | 25.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 8 | 0.07 | 0 | 0.71 | 0.89 | 66 | 0.56 | 0.07 |
| Hex | 1A | 1C | 8 | 7 | 0 | 47 | 59 | 42 | 38 | 7 |
| Octal | 32 | 34 | 10 | 7 | 0 | 107 | 131 | 102 | 70 | 7 |
| Binary | 11010 | 11100 | 1000 | 111 | 0 | 1000111 | 1011001 | 1000010 | 111000 | 111 |
Color Harmonies of #1A1C08
Complementary color
Monochromatic Colors of #1A1C08
Black with #1A1C08
Text Example
Text Example
White with #1A1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C08; }
p { color: rgb(26,28,8); }
H1.HeaderClassName
{
color: #1A1C08;
}
.AnyTagClassName
{
color: #1A1C08;
}
</style>
background-color css
<style>
a { background-color: #1A1C08; }
a { background-color: rgb(26,28,8); }
div.DivClassName
{
background-color: #1A1C08;
}
.BgClassName
{
background-color: #1A1C08;
}
</style>
border-color css
<style>
span { border-color: #1A1C08; }
span { border-color: rgb(26,28,8); }
td.TdClassName
{
border-color: #1A1C08;
}
.TagClassName
{
border-color: #1A1C08;
}
</style>