Shades of Green Waterloo #1A1F05
Tints of Green Waterloo #1A1F05
RGB
CMYK
RGB Variations
Color information
#1A1F05 (or 0x1A1F05) is known color: Green Waterloo. HEX triplet: 1A, 1F and 05. RGB value is (26,31,5). Sum of RGB (Red+Green+Blue) = 26+31+5=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F05 is #E5E0FA. Grayscale: #1A1A1A. Windows color (decimal): -15065339 or 335642. OLE color: 335642.
HSL color Cylindrical-coordinate representation of color #1A1F05: hue angle of 71.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1F05 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 31 | 5 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.88 |
| HSL | 71.54º | 0.72% | 0.07% | - |
| HSV(B) | 71.54º | 0.84% | 0.12% | - |
| XYZ | 0.94 | 1.21 | 0.33 | - |
| YUV | 26.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 5 | 0.16 | 0 | 0.84 | 0.88 | 71.54 | 0.72 | 0.07 |
| Hex | 1A | 1F | 5 | 10 | 0 | 54 | 58 | 48 | 48 | 7 |
| Octal | 32 | 37 | 5 | 20 | 0 | 124 | 130 | 110 | 110 | 7 |
| Binary | 11010 | 11111 | 101 | 10000 | 0 | 1010100 | 1011000 | 1001000 | 1001000 | 111 |
Color Harmonies of #1A1F05
Complementary color
Monochromatic Colors of #1A1F05
Black with #1A1F05
Text Example
Text Example
White with #1A1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F05; }
p { color: rgb(26,31,5); }
H1.HeaderClassName
{
color: #1A1F05;
}
.AnyTagClassName
{
color: #1A1F05;
}
</style>
background-color css
<style>
a { background-color: #1A1F05; }
a { background-color: rgb(26,31,5); }
div.DivClassName
{
background-color: #1A1F05;
}
.BgClassName
{
background-color: #1A1F05;
}
</style>
border-color css
<style>
span { border-color: #1A1F05; }
span { border-color: rgb(26,31,5); }
td.TdClassName
{
border-color: #1A1F05;
}
.TagClassName
{
border-color: #1A1F05;
}
</style>