Shades of Gable Green #29504A
Tints of Gable Green #29504A
RGB
CMYK
RGB Variations
Color information
#29504A (or 0x29504A) is known color: Gable Green. HEX triplet: 29, 50 and 4A. RGB value is (41,80,74). Sum of RGB (Red+Green+Blue) = 41+80+74=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #29504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29504A is #D6AFB5. Grayscale: #434343. Windows color (decimal): -14069686 or 4870185. OLE color: 4870185.
HSL color Cylindrical-coordinate representation of color #29504A: hue angle of 170.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29504A is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 74 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.69 |
| HSL | 170.77º | 0.32% | 0.24% | - |
| HSV(B) | 170.77º | 0.49% | 0.31% | - |
| XYZ | 5.02 | 6.7 | 7.51 | - |
| YUV | 67.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 74 | 0.49 | 0 | 0.08 | 0.69 | 170.77 | 0.32 | 0.24 |
| Hex | 29 | 50 | 4A | 31 | 0 | 8 | 45 | AB | 20 | 18 |
| Octal | 51 | 120 | 112 | 61 | 0 | 10 | 105 | 253 | 40 | 30 |
| Binary | 101001 | 1010000 | 1001010 | 110001 | 0 | 1000 | 1000101 | 10101011 | 100000 | 11000 |
Color Harmonies of #29504A
Complementary color
Monochromatic Colors of #29504A
Black with #29504A
Text Example
Text Example
White with #29504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29504A; }
p { color: rgb(41,80,74); }
H1.HeaderClassName
{
color: #29504A;
}
.AnyTagClassName
{
color: #29504A;
}
</style>
background-color css
<style>
a { background-color: #29504A; }
a { background-color: rgb(41,80,74); }
div.DivClassName
{
background-color: #29504A;
}
.BgClassName
{
background-color: #29504A;
}
</style>
border-color css
<style>
span { border-color: #29504A; }
span { border-color: rgb(41,80,74); }
td.TdClassName
{
border-color: #29504A;
}
.TagClassName
{
border-color: #29504A;
}
</style>