Shades of Gable Green #29473F
Tints of Gable Green #29473F
RGB
CMYK
RGB Variations
Color information
#29473F (or 0x29473F) is known color: Gable Green. HEX triplet: 29, 47 and 3F. RGB value is (41,71,63). Sum of RGB (Red+Green+Blue) = 41+71+63=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #29473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473F is #D6B8C0. Grayscale: #3D3D3D. Windows color (decimal): -14072001 or 4146985. OLE color: 4146985.
HSL color Cylindrical-coordinate representation of color #29473F: hue angle of 164º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29473F is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 63 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.72 |
| HSL | 164º | 0.27% | 0.22% | - |
| HSV(B) | 164º | 0.42% | 0.28% | - |
| XYZ | 4.06 | 5.34 | 5.52 | - |
| YUV | 61.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 63 | 0.42 | 0 | 0.11 | 0.72 | 164 | 0.27 | 0.22 |
| Hex | 29 | 47 | 3F | 2A | 0 | B | 48 | A4 | 1B | 16 |
| Octal | 51 | 107 | 77 | 52 | 0 | 13 | 110 | 244 | 33 | 26 |
| Binary | 101001 | 1000111 | 111111 | 101010 | 0 | 1011 | 1001000 | 10100100 | 11011 | 10110 |
Color Harmonies of #29473F
Complementary color
Monochromatic Colors of #29473F
Black with #29473F
Text Example
Text Example
White with #29473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29473F; }
p { color: rgb(41,71,63); }
H1.HeaderClassName
{
color: #29473F;
}
.AnyTagClassName
{
color: #29473F;
}
</style>
background-color css
<style>
a { background-color: #29473F; }
a { background-color: rgb(41,71,63); }
div.DivClassName
{
background-color: #29473F;
}
.BgClassName
{
background-color: #29473F;
}
</style>
border-color css
<style>
span { border-color: #29473F; }
span { border-color: rgb(41,71,63); }
td.TdClassName
{
border-color: #29473F;
}
.TagClassName
{
border-color: #29473F;
}
</style>