Shades of Green Waterloo #292D0C
Tints of Green Waterloo #292D0C
RGB
CMYK
RGB Variations
Color information
#292D0C (or 0x292D0C) is known color: Green Waterloo. HEX triplet: 29, 2D and 0C. RGB value is (41,45,12). Sum of RGB (Red+Green+Blue) = 41+45+12=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #292D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292D0C is #D6D2F3. Grayscale: #282828. Windows color (decimal): -14078708 or 797993. OLE color: 797993.
HSL color Cylindrical-coordinate representation of color #292D0C: hue angle of 67.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292D0C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 45 | 12 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.82 |
| HSL | 67.27º | 0.58% | 0.11% | - |
| HSV(B) | 67.27º | 0.73% | 0.18% | - |
| XYZ | 1.92 | 2.37 | 0.71 | - |
| YUV | 40.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 12 | 0.09 | 0 | 0.73 | 0.82 | 67.27 | 0.58 | 0.11 |
| Hex | 29 | 2D | C | 9 | 0 | 49 | 52 | 43 | 3A | B |
| Octal | 51 | 55 | 14 | 11 | 0 | 111 | 122 | 103 | 72 | 13 |
| Binary | 101001 | 101101 | 1100 | 1001 | 0 | 1001001 | 1010010 | 1000011 | 111010 | 1011 |
Color Harmonies of #292D0C
Complementary color
Monochromatic Colors of #292D0C
Black with #292D0C
Text Example
Text Example
White with #292D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D0C; }
p { color: rgb(41,45,12); }
H1.HeaderClassName
{
color: #292D0C;
}
.AnyTagClassName
{
color: #292D0C;
}
</style>
background-color css
<style>
a { background-color: #292D0C; }
a { background-color: rgb(41,45,12); }
div.DivClassName
{
background-color: #292D0C;
}
.BgClassName
{
background-color: #292D0C;
}
</style>
border-color css
<style>
span { border-color: #292D0C; }
span { border-color: rgb(41,45,12); }
td.TdClassName
{
border-color: #292D0C;
}
.TagClassName
{
border-color: #292D0C;
}
</style>