Shades of Gable Green #294943
Tints of Gable Green #294943
RGB
CMYK
RGB Variations
Color information
#294943 (or 0x294943) is known color: Gable Green. HEX triplet: 29, 49 and 43. RGB value is (41,73,67). Sum of RGB (Red+Green+Blue) = 41+73+67=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #294943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294943 is #D6B6BC. Grayscale: #3E3E3E. Windows color (decimal): -14071485 or 4409641. OLE color: 4409641.
HSL color Cylindrical-coordinate representation of color #294943: hue angle of 168.75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294943 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 67 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.71 |
| HSL | 168.75º | 0.28% | 0.22% | - |
| HSV(B) | 168.75º | 0.44% | 0.29% | - |
| XYZ | 4.31 | 5.64 | 6.17 | - |
| YUV | 62.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 67 | 0.44 | 0 | 0.08 | 0.71 | 168.75 | 0.28 | 0.22 |
| Hex | 29 | 49 | 43 | 2C | 0 | 8 | 47 | A9 | 1C | 16 |
| Octal | 51 | 111 | 103 | 54 | 0 | 10 | 107 | 251 | 34 | 26 |
| Binary | 101001 | 1001001 | 1000011 | 101100 | 0 | 1000 | 1000111 | 10101001 | 11100 | 10110 |
Color Harmonies of #294943
Complementary color
Monochromatic Colors of #294943
Black with #294943
Text Example
Text Example
White with #294943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294943; }
p { color: rgb(41,73,67); }
H1.HeaderClassName
{
color: #294943;
}
.AnyTagClassName
{
color: #294943;
}
</style>
background-color css
<style>
a { background-color: #294943; }
a { background-color: rgb(41,73,67); }
div.DivClassName
{
background-color: #294943;
}
.BgClassName
{
background-color: #294943;
}
</style>
border-color css
<style>
span { border-color: #294943; }
span { border-color: rgb(41,73,67); }
td.TdClassName
{
border-color: #294943;
}
.TagClassName
{
border-color: #294943;
}
</style>