Shades of Gable Green #2E4841
Tints of Gable Green #2E4841
RGB
CMYK
RGB Variations
Color information
#2E4841 (or 0x2E4841) is known color: Gable Green. HEX triplet: 2E, 48 and 41. RGB value is (46,72,65). Sum of RGB (Red+Green+Blue) = 46+72+65=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4841 is #D1B7BE. Grayscale: #3F3F3F. Windows color (decimal): -13744063 or 4278318. OLE color: 4278318.
HSL color Cylindrical-coordinate representation of color #2E4841: hue angle of 163.85º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4841 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 65 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.72 |
| HSL | 163.85º | 0.22% | 0.23% | - |
| HSV(B) | 163.85º | 0.36% | 0.28% | - |
| XYZ | 4.4 | 5.6 | 5.85 | - |
| YUV | 63.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 65 | 0.36 | 0 | 0.10 | 0.72 | 163.85 | 0.22 | 0.23 |
| Hex | 2E | 48 | 41 | 24 | 0 | A | 48 | A4 | 16 | 17 |
| Octal | 56 | 110 | 101 | 44 | 0 | 12 | 110 | 244 | 26 | 27 |
| Binary | 101110 | 1001000 | 1000001 | 100100 | 0 | 1010 | 1001000 | 10100100 | 10110 | 10111 |
Color Harmonies of #2E4841
Complementary color
Monochromatic Colors of #2E4841
Black with #2E4841
Text Example
Text Example
White with #2E4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4841; }
p { color: rgb(46,72,65); }
H1.HeaderClassName
{
color: #2E4841;
}
.AnyTagClassName
{
color: #2E4841;
}
</style>
background-color css
<style>
a { background-color: #2E4841; }
a { background-color: rgb(46,72,65); }
div.DivClassName
{
background-color: #2E4841;
}
.BgClassName
{
background-color: #2E4841;
}
</style>
border-color css
<style>
span { border-color: #2E4841; }
span { border-color: rgb(46,72,65); }
td.TdClassName
{
border-color: #2E4841;
}
.TagClassName
{
border-color: #2E4841;
}
</style>