Shades of Green Waterloo #292D19
Tints of Green Waterloo #292D19
RGB
CMYK
RGB Variations
Color information
#292D19 (or 0x292D19) is known color: Green Waterloo. HEX triplet: 29, 2D and 19. RGB value is (41,45,25). Sum of RGB (Red+Green+Blue) = 41+45+25=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #292D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292D19 is #D6D2E6. Grayscale: #292929. Windows color (decimal): -14078695 or 1649961. OLE color: 1649961.
HSL color Cylindrical-coordinate representation of color #292D19: hue angle of 72º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292D19 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 45 | 25 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.82 |
| HSL | 72º | 0.29% | 0.14% | - |
| HSV(B) | 72º | 0.44% | 0.18% | - |
| XYZ | 2.03 | 2.42 | 1.28 | - |
| YUV | 41.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 25 | 0.09 | 0 | 0.44 | 0.82 | 72 | 0.29 | 0.14 |
| Hex | 29 | 2D | 19 | 9 | 0 | 2C | 52 | 48 | 1D | E |
| Octal | 51 | 55 | 31 | 11 | 0 | 54 | 122 | 110 | 35 | 16 |
| Binary | 101001 | 101101 | 11001 | 1001 | 0 | 101100 | 1010010 | 1001000 | 11101 | 1110 |
Color Harmonies of #292D19
Complementary color
Monochromatic Colors of #292D19
Black with #292D19
Text Example
Text Example
White with #292D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D19; }
p { color: rgb(41,45,25); }
H1.HeaderClassName
{
color: #292D19;
}
.AnyTagClassName
{
color: #292D19;
}
</style>
background-color css
<style>
a { background-color: #292D19; }
a { background-color: rgb(41,45,25); }
div.DivClassName
{
background-color: #292D19;
}
.BgClassName
{
background-color: #292D19;
}
</style>
border-color css
<style>
span { border-color: #292D19; }
span { border-color: rgb(41,45,25); }
td.TdClassName
{
border-color: #292D19;
}
.TagClassName
{
border-color: #292D19;
}
</style>