Shades of Green Waterloo #29300E
Tints of Green Waterloo #29300E
RGB
CMYK
RGB Variations
Color information
#29300E (or 0x29300E) is known color: Green Waterloo. HEX triplet: 29, 30 and 0E. RGB value is (41,48,14). Sum of RGB (Red+Green+Blue) = 41+48+14=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #29300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300E is #D6CFF1. Grayscale: #2A2A2A. Windows color (decimal): -14077938 or 929833. OLE color: 929833.
HSL color Cylindrical-coordinate representation of color #29300E: hue angle of 72.35º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29300E is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 48 | 14 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.81 |
| HSL | 72.35º | 0.55% | 0.12% | - |
| HSV(B) | 72.35º | 0.71% | 0.19% | - |
| XYZ | 2.05 | 2.62 | 0.81 | - |
| YUV | 42.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 14 | 0.15 | 0 | 0.71 | 0.81 | 72.35 | 0.55 | 0.12 |
| Hex | 29 | 30 | E | F | 0 | 47 | 51 | 48 | 37 | C |
| Octal | 51 | 60 | 16 | 17 | 0 | 107 | 121 | 110 | 67 | 14 |
| Binary | 101001 | 110000 | 1110 | 1111 | 0 | 1000111 | 1010001 | 1001000 | 110111 | 1100 |
Color Harmonies of #29300E
Complementary color
Monochromatic Colors of #29300E
Black with #29300E
Text Example
Text Example
White with #29300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29300E; }
p { color: rgb(41,48,14); }
H1.HeaderClassName
{
color: #29300E;
}
.AnyTagClassName
{
color: #29300E;
}
</style>
background-color css
<style>
a { background-color: #29300E; }
a { background-color: rgb(41,48,14); }
div.DivClassName
{
background-color: #29300E;
}
.BgClassName
{
background-color: #29300E;
}
</style>
border-color css
<style>
span { border-color: #29300E; }
span { border-color: rgb(41,48,14); }
td.TdClassName
{
border-color: #29300E;
}
.TagClassName
{
border-color: #29300E;
}
</style>