Shades of Green Waterloo #292E12
Tints of Green Waterloo #292E12
RGB
CMYK
RGB Variations
Color information
#292E12 (or 0x292E12) is known color: Green Waterloo. HEX triplet: 29, 2E and 12. RGB value is (41,46,18). Sum of RGB (Red+Green+Blue) = 41+46+18=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #292E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E12 is #D6D1ED. Grayscale: #292929. Windows color (decimal): -14078446 or 1191465. OLE color: 1191465.
HSL color Cylindrical-coordinate representation of color #292E12: hue angle of 70.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292E12 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 18 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.82 |
| HSL | 70.71º | 0.44% | 0.13% | - |
| HSV(B) | 70.71º | 0.61% | 0.18% | - |
| XYZ | 2 | 2.47 | 0.94 | - |
| YUV | 41.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 18 | 0.11 | 0 | 0.61 | 0.82 | 70.71 | 0.44 | 0.13 |
| Hex | 29 | 2E | 12 | B | 0 | 3D | 52 | 47 | 2C | D |
| Octal | 51 | 56 | 22 | 13 | 0 | 75 | 122 | 107 | 54 | 15 |
| Binary | 101001 | 101110 | 10010 | 1011 | 0 | 111101 | 1010010 | 1000111 | 101100 | 1101 |
Color Harmonies of #292E12
Complementary color
Monochromatic Colors of #292E12
Black with #292E12
Text Example
Text Example
White with #292E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E12; }
p { color: rgb(41,46,18); }
H1.HeaderClassName
{
color: #292E12;
}
.AnyTagClassName
{
color: #292E12;
}
</style>
background-color css
<style>
a { background-color: #292E12; }
a { background-color: rgb(41,46,18); }
div.DivClassName
{
background-color: #292E12;
}
.BgClassName
{
background-color: #292E12;
}
</style>
border-color css
<style>
span { border-color: #292E12; }
span { border-color: rgb(41,46,18); }
td.TdClassName
{
border-color: #292E12;
}
.TagClassName
{
border-color: #292E12;
}
</style>