Shades of Green Waterloo #292F12
Tints of Green Waterloo #292F12
RGB
CMYK
RGB Variations
Color information
#292F12 (or 0x292F12) is known color: Green Waterloo. HEX triplet: 29, 2F and 12. RGB value is (41,47,18). Sum of RGB (Red+Green+Blue) = 41+47+18=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #292F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292F12 is #D6D0ED. Grayscale: #2A2A2A. Windows color (decimal): -14078190 or 1191721. OLE color: 1191721.
HSL color Cylindrical-coordinate representation of color #292F12: hue angle of 72.41º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292F12 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 18 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.82 |
| HSL | 72.41º | 0.45% | 0.13% | - |
| HSV(B) | 72.41º | 0.62% | 0.18% | - |
| XYZ | 2.04 | 2.55 | 0.96 | - |
| YUV | 41.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 18 | 0.13 | 0 | 0.62 | 0.82 | 72.41 | 0.45 | 0.13 |
| Hex | 29 | 2F | 12 | D | 0 | 3E | 52 | 48 | 2D | D |
| Octal | 51 | 57 | 22 | 15 | 0 | 76 | 122 | 110 | 55 | 15 |
| Binary | 101001 | 101111 | 10010 | 1101 | 0 | 111110 | 1010010 | 1001000 | 101101 | 1101 |
Color Harmonies of #292F12
Complementary color
Monochromatic Colors of #292F12
Black with #292F12
Text Example
Text Example
White with #292F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F12; }
p { color: rgb(41,47,18); }
H1.HeaderClassName
{
color: #292F12;
}
.AnyTagClassName
{
color: #292F12;
}
</style>
background-color css
<style>
a { background-color: #292F12; }
a { background-color: rgb(41,47,18); }
div.DivClassName
{
background-color: #292F12;
}
.BgClassName
{
background-color: #292F12;
}
</style>
border-color css
<style>
span { border-color: #292F12; }
span { border-color: rgb(41,47,18); }
td.TdClassName
{
border-color: #292F12;
}
.TagClassName
{
border-color: #292F12;
}
</style>