Shades of Gable Green #294C47
Tints of Gable Green #294C47
RGB
CMYK
RGB Variations
Color information
#294C47 (or 0x294C47) is known color: Gable Green. HEX triplet: 29, 4C and 47. RGB value is (41,76,71). Sum of RGB (Red+Green+Blue) = 41+76+71=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #294C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C47 is #D6B3B8. Grayscale: #404040. Windows color (decimal): -14070713 or 4672553. OLE color: 4672553.
HSL color Cylindrical-coordinate representation of color #294C47: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C47 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 71 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.70 |
| HSL | 171.43º | 0.3% | 0.23% | - |
| HSV(B) | 171.43º | 0.46% | 0.3% | - |
| XYZ | 4.64 | 6.1 | 6.89 | - |
| YUV | 64.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 71 | 0.46 | 0 | 0.07 | 0.70 | 171.43 | 0.3 | 0.23 |
| Hex | 29 | 4C | 47 | 2E | 0 | 7 | 46 | AB | 1E | 17 |
| Octal | 51 | 114 | 107 | 56 | 0 | 7 | 106 | 253 | 36 | 27 |
| Binary | 101001 | 1001100 | 1000111 | 101110 | 0 | 111 | 1000110 | 10101011 | 11110 | 10111 |
Color Harmonies of #294C47
Complementary color
Monochromatic Colors of #294C47
Black with #294C47
Text Example
Text Example
White with #294C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C47; }
p { color: rgb(41,76,71); }
H1.HeaderClassName
{
color: #294C47;
}
.AnyTagClassName
{
color: #294C47;
}
</style>
background-color css
<style>
a { background-color: #294C47; }
a { background-color: rgb(41,76,71); }
div.DivClassName
{
background-color: #294C47;
}
.BgClassName
{
background-color: #294C47;
}
</style>
border-color css
<style>
span { border-color: #294C47; }
span { border-color: rgb(41,76,71); }
td.TdClassName
{
border-color: #294C47;
}
.TagClassName
{
border-color: #294C47;
}
</style>