Shades of Green Waterloo #1A1D07
Tints of Green Waterloo #1A1D07
RGB
CMYK
RGB Variations
Color information
#1A1D07 (or 0x1A1D07) is known color: Green Waterloo. HEX triplet: 1A, 1D and 07. RGB value is (26,29,7). Sum of RGB (Red+Green+Blue) = 26+29+7=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D07 is #E5E2F8. Grayscale: #191919. Windows color (decimal): -15065849 or 466202. OLE color: 466202.
HSL color Cylindrical-coordinate representation of color #1A1D07: hue angle of 68.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1D07 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 29 | 7 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.89 |
| HSL | 68.18º | 0.61% | 0.07% | - |
| HSV(B) | 68.18º | 0.76% | 0.11% | - |
| XYZ | 0.9 | 1.11 | 0.37 | - |
| YUV | 25.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 7 | 0.10 | 0 | 0.76 | 0.89 | 68.18 | 0.61 | 0.07 |
| Hex | 1A | 1D | 7 | A | 0 | 4C | 59 | 44 | 3D | 7 |
| Octal | 32 | 35 | 7 | 12 | 0 | 114 | 131 | 104 | 75 | 7 |
| Binary | 11010 | 11101 | 111 | 1010 | 0 | 1001100 | 1011001 | 1000100 | 111101 | 111 |
Color Harmonies of #1A1D07
Complementary color
Monochromatic Colors of #1A1D07
Black with #1A1D07
Text Example
Text Example
White with #1A1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D07; }
p { color: rgb(26,29,7); }
H1.HeaderClassName
{
color: #1A1D07;
}
.AnyTagClassName
{
color: #1A1D07;
}
</style>
background-color css
<style>
a { background-color: #1A1D07; }
a { background-color: rgb(26,29,7); }
div.DivClassName
{
background-color: #1A1D07;
}
.BgClassName
{
background-color: #1A1D07;
}
</style>
border-color css
<style>
span { border-color: #1A1D07; }
span { border-color: rgb(26,29,7); }
td.TdClassName
{
border-color: #1A1D07;
}
.TagClassName
{
border-color: #1A1D07;
}
</style>