Shades of Gable Green #294743
Tints of Gable Green #294743
RGB
CMYK
RGB Variations
Color information
#294743 (or 0x294743) is known color: Gable Green. HEX triplet: 29, 47 and 43. RGB value is (41,71,67). Sum of RGB (Red+Green+Blue) = 41+71+67=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #294743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294743 is #D6B8BC. Grayscale: #3D3D3D. Windows color (decimal): -14071997 or 4409129. OLE color: 4409129.
HSL color Cylindrical-coordinate representation of color #294743: hue angle of 172º 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 #294743 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 67 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.72 |
| HSL | 172º | 0.27% | 0.22% | - |
| HSV(B) | 172º | 0.42% | 0.28% | - |
| XYZ | 4.18 | 5.38 | 6.13 | - |
| YUV | 61.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 67 | 0.42 | 0 | 0.06 | 0.72 | 172 | 0.27 | 0.22 |
| Hex | 29 | 47 | 43 | 2A | 0 | 6 | 48 | AC | 1B | 16 |
| Octal | 51 | 107 | 103 | 52 | 0 | 6 | 110 | 254 | 33 | 26 |
| Binary | 101001 | 1000111 | 1000011 | 101010 | 0 | 110 | 1001000 | 10101100 | 11011 | 10110 |
Color Harmonies of #294743
Complementary color
Monochromatic Colors of #294743
Black with #294743
Text Example
Text Example
White with #294743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294743; }
p { color: rgb(41,71,67); }
H1.HeaderClassName
{
color: #294743;
}
.AnyTagClassName
{
color: #294743;
}
</style>
background-color css
<style>
a { background-color: #294743; }
a { background-color: rgb(41,71,67); }
div.DivClassName
{
background-color: #294743;
}
.BgClassName
{
background-color: #294743;
}
</style>
border-color css
<style>
span { border-color: #294743; }
span { border-color: rgb(41,71,67); }
td.TdClassName
{
border-color: #294743;
}
.TagClassName
{
border-color: #294743;
}
</style>