Shades of Green Waterloo #292E16
Tints of Green Waterloo #292E16
RGB
CMYK
RGB Variations
Color information
#292E16 (or 0x292E16) is known color: Green Waterloo. HEX triplet: 29, 2E and 16. RGB value is (41,46,22). Sum of RGB (Red+Green+Blue) = 41+46+22=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #292E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E16 is #D6D1E9. Grayscale: #292929. Windows color (decimal): -14078442 or 1453609. OLE color: 1453609.
HSL color Cylindrical-coordinate representation of color #292E16: hue angle of 72.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292E16 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 22 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.82 |
| HSL | 72.5º | 0.35% | 0.13% | - |
| HSV(B) | 72.5º | 0.52% | 0.18% | - |
| XYZ | 2.04 | 2.48 | 1.13 | - |
| YUV | 41.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 22 | 0.11 | 0 | 0.52 | 0.82 | 72.5 | 0.35 | 0.13 |
| Hex | 29 | 2E | 16 | B | 0 | 34 | 52 | 48 | 23 | D |
| Octal | 51 | 56 | 26 | 13 | 0 | 64 | 122 | 110 | 43 | 15 |
| Binary | 101001 | 101110 | 10110 | 1011 | 0 | 110100 | 1010010 | 1001000 | 100011 | 1101 |
Color Harmonies of #292E16
Complementary color
Monochromatic Colors of #292E16
Black with #292E16
Text Example
Text Example
White with #292E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E16; }
p { color: rgb(41,46,22); }
H1.HeaderClassName
{
color: #292E16;
}
.AnyTagClassName
{
color: #292E16;
}
</style>
background-color css
<style>
a { background-color: #292E16; }
a { background-color: rgb(41,46,22); }
div.DivClassName
{
background-color: #292E16;
}
.BgClassName
{
background-color: #292E16;
}
</style>
border-color css
<style>
span { border-color: #292E16; }
span { border-color: rgb(41,46,22); }
td.TdClassName
{
border-color: #292E16;
}
.TagClassName
{
border-color: #292E16;
}
</style>