Shades of Green Waterloo #1A1C07
Tints of Green Waterloo #1A1C07
RGB
CMYK
RGB Variations
Color information
#1A1C07 (or 0x1A1C07) is known color: Green Waterloo. HEX triplet: 1A, 1C and 07. RGB value is (26,28,7). Sum of RGB (Red+Green+Blue) = 26+28+7=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C07 is #E5E3F8. Grayscale: #191919. Windows color (decimal): -15066105 or 465946. OLE color: 465946.
HSL color Cylindrical-coordinate representation of color #1A1C07: hue angle of 65.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1C07 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 7 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.89 |
| HSL | 65.71º | 0.6% | 0.07% | - |
| HSV(B) | 65.71º | 0.75% | 0.11% | - |
| XYZ | 0.88 | 1.07 | 0.36 | - |
| YUV | 25.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 7 | 0.07 | 0 | 0.75 | 0.89 | 65.71 | 0.6 | 0.07 |
| Hex | 1A | 1C | 7 | 7 | 0 | 4B | 59 | 42 | 3C | 7 |
| Octal | 32 | 34 | 7 | 7 | 0 | 113 | 131 | 102 | 74 | 7 |
| Binary | 11010 | 11100 | 111 | 111 | 0 | 1001011 | 1011001 | 1000010 | 111100 | 111 |
Color Harmonies of #1A1C07
Complementary color
Monochromatic Colors of #1A1C07
Black with #1A1C07
Text Example
Text Example
White with #1A1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C07; }
p { color: rgb(26,28,7); }
H1.HeaderClassName
{
color: #1A1C07;
}
.AnyTagClassName
{
color: #1A1C07;
}
</style>
background-color css
<style>
a { background-color: #1A1C07; }
a { background-color: rgb(26,28,7); }
div.DivClassName
{
background-color: #1A1C07;
}
.BgClassName
{
background-color: #1A1C07;
}
</style>
border-color css
<style>
span { border-color: #1A1C07; }
span { border-color: rgb(26,28,7); }
td.TdClassName
{
border-color: #1A1C07;
}
.TagClassName
{
border-color: #1A1C07;
}
</style>