Shades of Green Waterloo #29300C
Tints of Green Waterloo #29300C
RGB
CMYK
RGB Variations
Color information
#29300C (or 0x29300C) is known color: Green Waterloo. HEX triplet: 29, 30 and 0C. RGB value is (41,48,12). Sum of RGB (Red+Green+Blue) = 41+48+12=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #29300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300C is #D6CFF3. Grayscale: #292929. Windows color (decimal): -14077940 or 798761. OLE color: 798761.
HSL color Cylindrical-coordinate representation of color #29300C: hue angle of 71.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29300C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 48 | 12 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.81 |
| HSL | 71.67º | 0.6% | 0.12% | - |
| HSV(B) | 71.67º | 0.75% | 0.19% | - |
| XYZ | 2.04 | 2.61 | 0.74 | - |
| YUV | 41.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 12 | 0.15 | 0 | 0.75 | 0.81 | 71.67 | 0.6 | 0.12 |
| Hex | 29 | 30 | C | F | 0 | 4B | 51 | 48 | 3C | C |
| Octal | 51 | 60 | 14 | 17 | 0 | 113 | 121 | 110 | 74 | 14 |
| Binary | 101001 | 110000 | 1100 | 1111 | 0 | 1001011 | 1010001 | 1001000 | 111100 | 1100 |
Color Harmonies of #29300C
Complementary color
Monochromatic Colors of #29300C
Black with #29300C
Text Example
Text Example
White with #29300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29300C; }
p { color: rgb(41,48,12); }
H1.HeaderClassName
{
color: #29300C;
}
.AnyTagClassName
{
color: #29300C;
}
</style>
background-color css
<style>
a { background-color: #29300C; }
a { background-color: rgb(41,48,12); }
div.DivClassName
{
background-color: #29300C;
}
.BgClassName
{
background-color: #29300C;
}
</style>
border-color css
<style>
span { border-color: #29300C; }
span { border-color: rgb(41,48,12); }
td.TdClassName
{
border-color: #29300C;
}
.TagClassName
{
border-color: #29300C;
}
</style>