Shades of Green Waterloo #292E13
Tints of Green Waterloo #292E13
RGB
CMYK
RGB Variations
Color information
#292E13 (or 0x292E13) is known color: Green Waterloo. HEX triplet: 29, 2E and 13. RGB value is (41,46,19). Sum of RGB (Red+Green+Blue) = 41+46+19=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #292E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E13 is #D6D1EC. Grayscale: #292929. Windows color (decimal): -14078445 or 1257001. OLE color: 1257001.
HSL color Cylindrical-coordinate representation of color #292E13: hue angle of 71.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292E13 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 19 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.82 |
| HSL | 71.11º | 0.42% | 0.13% | - |
| HSV(B) | 71.11º | 0.59% | 0.18% | - |
| XYZ | 2.01 | 2.47 | 0.99 | - |
| YUV | 41.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 19 | 0.11 | 0 | 0.59 | 0.82 | 71.11 | 0.42 | 0.13 |
| Hex | 29 | 2E | 13 | B | 0 | 3B | 52 | 47 | 2A | D |
| Octal | 51 | 56 | 23 | 13 | 0 | 73 | 122 | 107 | 52 | 15 |
| Binary | 101001 | 101110 | 10011 | 1011 | 0 | 111011 | 1010010 | 1000111 | 101010 | 1101 |
Color Harmonies of #292E13
Complementary color
Monochromatic Colors of #292E13
Black with #292E13
Text Example
Text Example
White with #292E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E13; }
p { color: rgb(41,46,19); }
H1.HeaderClassName
{
color: #292E13;
}
.AnyTagClassName
{
color: #292E13;
}
</style>
background-color css
<style>
a { background-color: #292E13; }
a { background-color: rgb(41,46,19); }
div.DivClassName
{
background-color: #292E13;
}
.BgClassName
{
background-color: #292E13;
}
</style>
border-color css
<style>
span { border-color: #292E13; }
span { border-color: rgb(41,46,19); }
td.TdClassName
{
border-color: #292E13;
}
.TagClassName
{
border-color: #292E13;
}
</style>