Shades of Gable Green #2E4E47
Tints of Gable Green #2E4E47
RGB
CMYK
RGB Variations
Color information
#2E4E47 (or 0x2E4E47) is known color: Gable Green. HEX triplet: 2E, 4E and 47. RGB value is (46,78,71). Sum of RGB (Red+Green+Blue) = 46+78+71=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E47 is #D1B1B8. Grayscale: #434343. Windows color (decimal): -13742521 or 4673070. OLE color: 4673070.
HSL color Cylindrical-coordinate representation of color #2E4E47: hue angle of 166.88º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E4E47 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 78 | 71 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.69 |
| HSL | 166.88º | 0.26% | 0.24% | - |
| HSV(B) | 166.88º | 0.41% | 0.31% | - |
| XYZ | 4.99 | 6.48 | 6.95 | - |
| YUV | 67.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 71 | 0.41 | 0 | 0.09 | 0.69 | 166.88 | 0.26 | 0.24 |
| Hex | 2E | 4E | 47 | 29 | 0 | 9 | 45 | A7 | 1A | 18 |
| Octal | 56 | 116 | 107 | 51 | 0 | 11 | 105 | 247 | 32 | 30 |
| Binary | 101110 | 1001110 | 1000111 | 101001 | 0 | 1001 | 1000101 | 10100111 | 11010 | 11000 |
Color Harmonies of #2E4E47
Complementary color
Monochromatic Colors of #2E4E47
Black with #2E4E47
Text Example
Text Example
White with #2E4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E47; }
p { color: rgb(46,78,71); }
H1.HeaderClassName
{
color: #2E4E47;
}
.AnyTagClassName
{
color: #2E4E47;
}
</style>
background-color css
<style>
a { background-color: #2E4E47; }
a { background-color: rgb(46,78,71); }
div.DivClassName
{
background-color: #2E4E47;
}
.BgClassName
{
background-color: #2E4E47;
}
</style>
border-color css
<style>
span { border-color: #2E4E47; }
span { border-color: rgb(46,78,71); }
td.TdClassName
{
border-color: #2E4E47;
}
.TagClassName
{
border-color: #2E4E47;
}
</style>