Shades of Green Waterloo #292C1D
Tints of Green Waterloo #292C1D
RGB
CMYK
RGB Variations
Color information
#292C1D (or 0x292C1D) is known color: Green Waterloo. HEX triplet: 29, 2C and 1D. RGB value is (41,44,29). Sum of RGB (Red+Green+Blue) = 41+44+29=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #292C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C1D is #D6D3E2. Grayscale: #292929. Windows color (decimal): -14078947 or 1911849. OLE color: 1911849.
HSL color Cylindrical-coordinate representation of color #292C1D: hue angle of 72º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #292C1D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 44 | 29 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.83 |
| HSL | 72º | 0.21% | 0.14% | - |
| HSV(B) | 72º | 0.34% | 0.17% | - |
| XYZ | 2.04 | 2.36 | 1.51 | - |
| YUV | 41.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 29 | 0.07 | 0 | 0.34 | 0.83 | 72 | 0.21 | 0.14 |
| Hex | 29 | 2C | 1D | 7 | 0 | 22 | 53 | 48 | 15 | E |
| Octal | 51 | 54 | 35 | 7 | 0 | 42 | 123 | 110 | 25 | 16 |
| Binary | 101001 | 101100 | 11101 | 111 | 0 | 100010 | 1010011 | 1001000 | 10101 | 1110 |
Color Harmonies of #292C1D
Complementary color
Monochromatic Colors of #292C1D
Black with #292C1D
Text Example
Text Example
White with #292C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C1D; }
p { color: rgb(41,44,29); }
H1.HeaderClassName
{
color: #292C1D;
}
.AnyTagClassName
{
color: #292C1D;
}
</style>
background-color css
<style>
a { background-color: #292C1D; }
a { background-color: rgb(41,44,29); }
div.DivClassName
{
background-color: #292C1D;
}
.BgClassName
{
background-color: #292C1D;
}
</style>
border-color css
<style>
span { border-color: #292C1D; }
span { border-color: rgb(41,44,29); }
td.TdClassName
{
border-color: #292C1D;
}
.TagClassName
{
border-color: #292C1D;
}
</style>