Shades of Green Waterloo #1A1F09
Tints of Green Waterloo #1A1F09
RGB
CMYK
RGB Variations
Color information
#1A1F09 (or 0x1A1F09) is known color: Green Waterloo. HEX triplet: 1A, 1F and 09. RGB value is (26,31,9). Sum of RGB (Red+Green+Blue) = 26+31+9=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F09 is #E5E0F6. Grayscale: #1B1B1B. Windows color (decimal): -15065335 or 597786. OLE color: 597786.
HSL color Cylindrical-coordinate representation of color #1A1F09: hue angle of 73.64º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A1F09 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 31 | 9 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.88 |
| HSL | 73.64º | 0.55% | 0.08% | - |
| HSV(B) | 73.64º | 0.71% | 0.12% | - |
| XYZ | 0.97 | 1.22 | 0.44 | - |
| YUV | 27 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 9 | 0.16 | 0 | 0.71 | 0.88 | 73.64 | 0.55 | 0.08 |
| Hex | 1A | 1F | 9 | 10 | 0 | 47 | 58 | 4A | 37 | 8 |
| Octal | 32 | 37 | 11 | 20 | 0 | 107 | 130 | 112 | 67 | 10 |
| Binary | 11010 | 11111 | 1001 | 10000 | 0 | 1000111 | 1011000 | 1001010 | 110111 | 1000 |
Color Harmonies of #1A1F09
Complementary color
Monochromatic Colors of #1A1F09
Black with #1A1F09
Text Example
Text Example
White with #1A1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F09; }
p { color: rgb(26,31,9); }
H1.HeaderClassName
{
color: #1A1F09;
}
.AnyTagClassName
{
color: #1A1F09;
}
</style>
background-color css
<style>
a { background-color: #1A1F09; }
a { background-color: rgb(26,31,9); }
div.DivClassName
{
background-color: #1A1F09;
}
.BgClassName
{
background-color: #1A1F09;
}
</style>
border-color css
<style>
span { border-color: #1A1F09; }
span { border-color: rgb(26,31,9); }
td.TdClassName
{
border-color: #1A1F09;
}
.TagClassName
{
border-color: #1A1F09;
}
</style>