Shades of Gable Green #29423C
Tints of Gable Green #29423C
RGB
CMYK
RGB Variations
Color information
#29423C (or 0x29423C) is known color: Gable Green. HEX triplet: 29, 42 and 3C. RGB value is (41,66,60). Sum of RGB (Red+Green+Blue) = 41+66+60=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #29423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29423C is #D6BDC3. Grayscale: #393939. Windows color (decimal): -14073284 or 3949097. OLE color: 3949097.
HSL color Cylindrical-coordinate representation of color #29423C: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29423C is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 60 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.74 |
| HSL | 165.6º | 0.23% | 0.21% | - |
| HSV(B) | 165.6º | 0.38% | 0.26% | - |
| XYZ | 3.68 | 4.69 | 4.99 | - |
| YUV | 57.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 60 | 0.38 | 0 | 0.09 | 0.74 | 165.6 | 0.23 | 0.21 |
| Hex | 29 | 42 | 3C | 26 | 0 | 9 | 4A | A6 | 17 | 15 |
| Octal | 51 | 102 | 74 | 46 | 0 | 11 | 112 | 246 | 27 | 25 |
| Binary | 101001 | 1000010 | 111100 | 100110 | 0 | 1001 | 1001010 | 10100110 | 10111 | 10101 |
Color Harmonies of #29423C
Complementary color
Monochromatic Colors of #29423C
Black with #29423C
Text Example
Text Example
White with #29423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29423C; }
p { color: rgb(41,66,60); }
H1.HeaderClassName
{
color: #29423C;
}
.AnyTagClassName
{
color: #29423C;
}
</style>
background-color css
<style>
a { background-color: #29423C; }
a { background-color: rgb(41,66,60); }
div.DivClassName
{
background-color: #29423C;
}
.BgClassName
{
background-color: #29423C;
}
</style>
border-color css
<style>
span { border-color: #29423C; }
span { border-color: rgb(41,66,60); }
td.TdClassName
{
border-color: #29423C;
}
.TagClassName
{
border-color: #29423C;
}
</style>