Shades of Gable Green #294F47
Tints of Gable Green #294F47
RGB
CMYK
RGB Variations
Color information
#294F47 (or 0x294F47) is known color: Gable Green. HEX triplet: 29, 4F and 47. RGB value is (41,79,71). Sum of RGB (Red+Green+Blue) = 41+79+71=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #294F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F47 is #D6B0B8. Grayscale: #424242. Windows color (decimal): -14069945 or 4673321. OLE color: 4673321.
HSL color Cylindrical-coordinate representation of color #294F47: hue angle of 167.37º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F47 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 71 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.69 |
| HSL | 167.37º | 0.32% | 0.24% | - |
| HSV(B) | 167.37º | 0.48% | 0.31% | - |
| XYZ | 4.85 | 6.52 | 6.96 | - |
| YUV | 66.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 71 | 0.48 | 0 | 0.10 | 0.69 | 167.37 | 0.32 | 0.24 |
| Hex | 29 | 4F | 47 | 30 | 0 | A | 45 | A7 | 20 | 18 |
| Octal | 51 | 117 | 107 | 60 | 0 | 12 | 105 | 247 | 40 | 30 |
| Binary | 101001 | 1001111 | 1000111 | 110000 | 0 | 1010 | 1000101 | 10100111 | 100000 | 11000 |
Color Harmonies of #294F47
Complementary color
Monochromatic Colors of #294F47
Black with #294F47
Text Example
Text Example
White with #294F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F47; }
p { color: rgb(41,79,71); }
H1.HeaderClassName
{
color: #294F47;
}
.AnyTagClassName
{
color: #294F47;
}
</style>
background-color css
<style>
a { background-color: #294F47; }
a { background-color: rgb(41,79,71); }
div.DivClassName
{
background-color: #294F47;
}
.BgClassName
{
background-color: #294F47;
}
</style>
border-color css
<style>
span { border-color: #294F47; }
span { border-color: rgb(41,79,71); }
td.TdClassName
{
border-color: #294F47;
}
.TagClassName
{
border-color: #294F47;
}
</style>