Shades of Green Waterloo #1A1E07
Tints of Green Waterloo #1A1E07
RGB
CMYK
RGB Variations
Color information
#1A1E07 (or 0x1A1E07) is known color: Green Waterloo. HEX triplet: 1A, 1E and 07. RGB value is (26,30,7). Sum of RGB (Red+Green+Blue) = 26+30+7=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E07 is #E5E1F8. Grayscale: #1A1A1A. Windows color (decimal): -15065593 or 466458. OLE color: 466458.
HSL color Cylindrical-coordinate representation of color #1A1E07: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1E07 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 7 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.88 |
| HSL | 70.43º | 0.62% | 0.07% | - |
| HSV(B) | 70.43º | 0.77% | 0.12% | - |
| XYZ | 0.93 | 1.16 | 0.38 | - |
| YUV | 26.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 7 | 0.13 | 0 | 0.77 | 0.88 | 70.43 | 0.62 | 0.07 |
| Hex | 1A | 1E | 7 | D | 0 | 4D | 58 | 46 | 3E | 7 |
| Octal | 32 | 36 | 7 | 15 | 0 | 115 | 130 | 106 | 76 | 7 |
| Binary | 11010 | 11110 | 111 | 1101 | 0 | 1001101 | 1011000 | 1000110 | 111110 | 111 |
Color Harmonies of #1A1E07
Complementary color
Monochromatic Colors of #1A1E07
Black with #1A1E07
Text Example
Text Example
White with #1A1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E07; }
p { color: rgb(26,30,7); }
H1.HeaderClassName
{
color: #1A1E07;
}
.AnyTagClassName
{
color: #1A1E07;
}
</style>
background-color css
<style>
a { background-color: #1A1E07; }
a { background-color: rgb(26,30,7); }
div.DivClassName
{
background-color: #1A1E07;
}
.BgClassName
{
background-color: #1A1E07;
}
</style>
border-color css
<style>
span { border-color: #1A1E07; }
span { border-color: rgb(26,30,7); }
td.TdClassName
{
border-color: #1A1E07;
}
.TagClassName
{
border-color: #1A1E07;
}
</style>