Shades of Gable Green #293D3B
Tints of Gable Green #293D3B
RGB
CMYK
RGB Variations
Color information
#293D3B (or 0x293D3B) is known color: Gable Green. HEX triplet: 29, 3D and 3B. RGB value is (41,61,59). Sum of RGB (Red+Green+Blue) = 41+61+59=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #293D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D3B is #D6C2C4. Grayscale: #363636. Windows color (decimal): -14074565 or 3882281. OLE color: 3882281.
HSL color Cylindrical-coordinate representation of color #293D3B: hue angle of 174º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D3B is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 59 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.76 |
| HSL | 174º | 0.2% | 0.2% | - |
| HSV(B) | 174º | 0.33% | 0.24% | - |
| XYZ | 3.37 | 4.12 | 4.76 | - |
| YUV | 54.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 59 | 0.33 | 0 | 0.03 | 0.76 | 174 | 0.2 | 0.2 |
| Hex | 29 | 3D | 3B | 21 | 0 | 3 | 4C | AE | 14 | 14 |
| Octal | 51 | 75 | 73 | 41 | 0 | 3 | 114 | 256 | 24 | 24 |
| Binary | 101001 | 111101 | 111011 | 100001 | 0 | 11 | 1001100 | 10101110 | 10100 | 10100 |
Color Harmonies of #293D3B
Complementary color
Monochromatic Colors of #293D3B
Black with #293D3B
Text Example
Text Example
White with #293D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D3B; }
p { color: rgb(41,61,59); }
H1.HeaderClassName
{
color: #293D3B;
}
.AnyTagClassName
{
color: #293D3B;
}
</style>
background-color css
<style>
a { background-color: #293D3B; }
a { background-color: rgb(41,61,59); }
div.DivClassName
{
background-color: #293D3B;
}
.BgClassName
{
background-color: #293D3B;
}
</style>
border-color css
<style>
span { border-color: #293D3B; }
span { border-color: rgb(41,61,59); }
td.TdClassName
{
border-color: #293D3B;
}
.TagClassName
{
border-color: #293D3B;
}
</style>