Shades of Green Waterloo #292B15
Tints of Green Waterloo #292B15
RGB
CMYK
RGB Variations
Color information
#292B15 (or 0x292B15) is known color: Green Waterloo. HEX triplet: 29, 2B and 15. RGB value is (41,43,21). Sum of RGB (Red+Green+Blue) = 41+43+21=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 43 - color contains mainly: green. Hex color #292B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B15 is #D6D4EA. Grayscale: #272727. Windows color (decimal): -14079211 or 1387305. OLE color: 1387305.
HSL color Cylindrical-coordinate representation of color #292B15: hue angle of 65.45º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292B15 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 43 | 21 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.83 |
| HSL | 65.45º | 0.34% | 0.13% | - |
| HSV(B) | 65.45º | 0.51% | 0.17% | - |
| XYZ | 1.91 | 2.25 | 1.04 | - |
| YUV | 39.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 21 | 0.05 | 0 | 0.51 | 0.83 | 65.45 | 0.34 | 0.13 |
| Hex | 29 | 2B | 15 | 5 | 0 | 33 | 53 | 41 | 22 | D |
| Octal | 51 | 53 | 25 | 5 | 0 | 63 | 123 | 101 | 42 | 15 |
| Binary | 101001 | 101011 | 10101 | 101 | 0 | 110011 | 1010011 | 1000001 | 100010 | 1101 |
Color Harmonies of #292B15
Complementary color
Monochromatic Colors of #292B15
Black with #292B15
Text Example
Text Example
White with #292B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B15; }
p { color: rgb(41,43,21); }
H1.HeaderClassName
{
color: #292B15;
}
.AnyTagClassName
{
color: #292B15;
}
</style>
background-color css
<style>
a { background-color: #292B15; }
a { background-color: rgb(41,43,21); }
div.DivClassName
{
background-color: #292B15;
}
.BgClassName
{
background-color: #292B15;
}
</style>
border-color css
<style>
span { border-color: #292B15; }
span { border-color: rgb(41,43,21); }
td.TdClassName
{
border-color: #292B15;
}
.TagClassName
{
border-color: #292B15;
}
</style>