Shades of Green Waterloo #292D1B
Tints of Green Waterloo #292D1B
RGB
CMYK
RGB Variations
Color information
#292D1B (or 0x292D1B) is known color: Green Waterloo. HEX triplet: 29, 2D and 1B. RGB value is (41,45,27). Sum of RGB (Red+Green+Blue) = 41+45+27=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #292D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D1B is #D6D2E4. Grayscale: #292929. Windows color (decimal): -14078693 or 1781033. OLE color: 1781033.
HSL color Cylindrical-coordinate representation of color #292D1B: hue angle of 73.33º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #292D1B is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 45 | 27 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.82 |
| HSL | 73.33º | 0.25% | 0.14% | - |
| HSV(B) | 73.33º | 0.4% | 0.18% | - |
| XYZ | 2.05 | 2.43 | 1.4 | - |
| YUV | 41.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 27 | 0.09 | 0 | 0.4 | 0.82 | 73.33 | 0.25 | 0.14 |
| Hex | 29 | 2D | 1B | 9 | 0 | 28 | 52 | 49 | 19 | E |
| Octal | 51 | 55 | 33 | 11 | 0 | 50 | 122 | 111 | 31 | 16 |
| Binary | 101001 | 101101 | 11011 | 1001 | 0 | 101000 | 1010010 | 1001001 | 11001 | 1110 |
Color Harmonies of #292D1B
Complementary color
Monochromatic Colors of #292D1B
Black with #292D1B
Text Example
Text Example
White with #292D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D1B; }
p { color: rgb(41,45,27); }
H1.HeaderClassName
{
color: #292D1B;
}
.AnyTagClassName
{
color: #292D1B;
}
</style>
background-color css
<style>
a { background-color: #292D1B; }
a { background-color: rgb(41,45,27); }
div.DivClassName
{
background-color: #292D1B;
}
.BgClassName
{
background-color: #292D1B;
}
</style>
border-color css
<style>
span { border-color: #292D1B; }
span { border-color: rgb(41,45,27); }
td.TdClassName
{
border-color: #292D1B;
}
.TagClassName
{
border-color: #292D1B;
}
</style>