Shades of Gable Green #2E4D46
Tints of Gable Green #2E4D46
RGB
CMYK
RGB Variations
Color information
#2E4D46 (or 0x2E4D46) is known color: Gable Green. HEX triplet: 2E, 4D and 46. RGB value is (46,77,70). Sum of RGB (Red+Green+Blue) = 46+77+70=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D46 is #D1B2B9. Grayscale: #424242. Windows color (decimal): -13742778 or 4607278. OLE color: 4607278.
HSL color Cylindrical-coordinate representation of color #2E4D46: hue angle of 166.45º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4D46 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 70 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.70 |
| HSL | 166.45º | 0.25% | 0.24% | - |
| HSV(B) | 166.45º | 0.4% | 0.3% | - |
| XYZ | 4.89 | 6.33 | 6.76 | - |
| YUV | 66.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 70 | 0.40 | 0 | 0.09 | 0.70 | 166.45 | 0.25 | 0.24 |
| Hex | 2E | 4D | 46 | 28 | 0 | 9 | 46 | A6 | 19 | 18 |
| Octal | 56 | 115 | 106 | 50 | 0 | 11 | 106 | 246 | 31 | 30 |
| Binary | 101110 | 1001101 | 1000110 | 101000 | 0 | 1001 | 1000110 | 10100110 | 11001 | 11000 |
Color Harmonies of #2E4D46
Complementary color
Monochromatic Colors of #2E4D46
Black with #2E4D46
Text Example
Text Example
White with #2E4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D46; }
p { color: rgb(46,77,70); }
H1.HeaderClassName
{
color: #2E4D46;
}
.AnyTagClassName
{
color: #2E4D46;
}
</style>
background-color css
<style>
a { background-color: #2E4D46; }
a { background-color: rgb(46,77,70); }
div.DivClassName
{
background-color: #2E4D46;
}
.BgClassName
{
background-color: #2E4D46;
}
</style>
border-color css
<style>
span { border-color: #2E4D46; }
span { border-color: rgb(46,77,70); }
td.TdClassName
{
border-color: #2E4D46;
}
.TagClassName
{
border-color: #2E4D46;
}
</style>