Shades of Gable Green #29403D
Tints of Gable Green #29403D
RGB
CMYK
RGB Variations
Color information
#29403D (or 0x29403D) is known color: Gable Green. HEX triplet: 29, 40 and 3D. RGB value is (41,64,61). Sum of RGB (Red+Green+Blue) = 41+64+61=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #29403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29403D is #D6BFC2. Grayscale: #383838. Windows color (decimal): -14073795 or 4014121. OLE color: 4014121.
HSL color Cylindrical-coordinate representation of color #29403D: hue angle of 172.17º 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 #29403D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 61 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.75 |
| HSL | 172.17º | 0.22% | 0.21% | - |
| HSV(B) | 172.17º | 0.36% | 0.25% | - |
| XYZ | 3.59 | 4.48 | 5.09 | - |
| YUV | 56.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 61 | 0.36 | 0 | 0.05 | 0.75 | 172.17 | 0.22 | 0.21 |
| Hex | 29 | 40 | 3D | 24 | 0 | 5 | 4B | AC | 16 | 15 |
| Octal | 51 | 100 | 75 | 44 | 0 | 5 | 113 | 254 | 26 | 25 |
| Binary | 101001 | 1000000 | 111101 | 100100 | 0 | 101 | 1001011 | 10101100 | 10110 | 10101 |
Color Harmonies of #29403D
Complementary color
Monochromatic Colors of #29403D
Black with #29403D
Text Example
Text Example
White with #29403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29403D; }
p { color: rgb(41,64,61); }
H1.HeaderClassName
{
color: #29403D;
}
.AnyTagClassName
{
color: #29403D;
}
</style>
background-color css
<style>
a { background-color: #29403D; }
a { background-color: rgb(41,64,61); }
div.DivClassName
{
background-color: #29403D;
}
.BgClassName
{
background-color: #29403D;
}
</style>
border-color css
<style>
span { border-color: #29403D; }
span { border-color: rgb(41,64,61); }
td.TdClassName
{
border-color: #29403D;
}
.TagClassName
{
border-color: #29403D;
}
</style>