Shades of Gable Green #293F3C
Tints of Gable Green #293F3C
RGB
CMYK
RGB Variations
Color information
#293F3C (or 0x293F3C) is known color: Gable Green. HEX triplet: 29, 3F and 3C. RGB value is (41,63,60). Sum of RGB (Red+Green+Blue) = 41+63+60=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #293F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F3C is #D6C0C3. Grayscale: #383838. Windows color (decimal): -14074052 or 3948329. OLE color: 3948329.
HSL color Cylindrical-coordinate representation of color #293F3C: hue angle of 171.82º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F3C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 60 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.75 |
| HSL | 171.82º | 0.21% | 0.2% | - |
| HSV(B) | 171.82º | 0.35% | 0.25% | - |
| XYZ | 3.51 | 4.35 | 4.93 | - |
| YUV | 56.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 60 | 0.35 | 0 | 0.05 | 0.75 | 171.82 | 0.21 | 0.2 |
| Hex | 29 | 3F | 3C | 23 | 0 | 5 | 4B | AC | 15 | 14 |
| Octal | 51 | 77 | 74 | 43 | 0 | 5 | 113 | 254 | 25 | 24 |
| Binary | 101001 | 111111 | 111100 | 100011 | 0 | 101 | 1001011 | 10101100 | 10101 | 10100 |
Color Harmonies of #293F3C
Complementary color
Monochromatic Colors of #293F3C
Black with #293F3C
Text Example
Text Example
White with #293F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F3C; }
p { color: rgb(41,63,60); }
H1.HeaderClassName
{
color: #293F3C;
}
.AnyTagClassName
{
color: #293F3C;
}
</style>
background-color css
<style>
a { background-color: #293F3C; }
a { background-color: rgb(41,63,60); }
div.DivClassName
{
background-color: #293F3C;
}
.BgClassName
{
background-color: #293F3C;
}
</style>
border-color css
<style>
span { border-color: #293F3C; }
span { border-color: rgb(41,63,60); }
td.TdClassName
{
border-color: #293F3C;
}
.TagClassName
{
border-color: #293F3C;
}
</style>