Shades of Gable Green #29403E
Tints of Gable Green #29403E
RGB
CMYK
RGB Variations
Color information
#29403E (or 0x29403E) is known color: Gable Green. HEX triplet: 29, 40 and 3E. RGB value is (41,64,62). Sum of RGB (Red+Green+Blue) = 41+64+62=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #29403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29403E is #D6BFC1. Grayscale: #383838. Windows color (decimal): -14073794 or 4079657. OLE color: 4079657.
HSL color Cylindrical-coordinate representation of color #29403E: hue angle of 174.78º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29403E is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 62 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.75 |
| HSL | 174.78º | 0.22% | 0.21% | - |
| HSV(B) | 174.78º | 0.36% | 0.25% | - |
| XYZ | 3.62 | 4.49 | 5.23 | - |
| YUV | 56.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 62 | 0.36 | 0 | 0.03 | 0.75 | 174.78 | 0.22 | 0.21 |
| Hex | 29 | 40 | 3E | 24 | 0 | 3 | 4B | AF | 16 | 15 |
| Octal | 51 | 100 | 76 | 44 | 0 | 3 | 113 | 257 | 26 | 25 |
| Binary | 101001 | 1000000 | 111110 | 100100 | 0 | 11 | 1001011 | 10101111 | 10110 | 10101 |
Color Harmonies of #29403E
Complementary color
Monochromatic Colors of #29403E
Black with #29403E
Text Example
Text Example
White with #29403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29403E; }
p { color: rgb(41,64,62); }
H1.HeaderClassName
{
color: #29403E;
}
.AnyTagClassName
{
color: #29403E;
}
</style>
background-color css
<style>
a { background-color: #29403E; }
a { background-color: rgb(41,64,62); }
div.DivClassName
{
background-color: #29403E;
}
.BgClassName
{
background-color: #29403E;
}
</style>
border-color css
<style>
span { border-color: #29403E; }
span { border-color: rgb(41,64,62); }
td.TdClassName
{
border-color: #29403E;
}
.TagClassName
{
border-color: #29403E;
}
</style>