Shades of Gable Green #2E3D39
Tints of Gable Green #2E3D39
RGB
CMYK
RGB Variations
Color information
#2E3D39 (or 0x2E3D39) is known color: Gable Green. HEX triplet: 2E, 3D and 39. RGB value is (46,61,57). Sum of RGB (Red+Green+Blue) = 46+61+57=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D39 is #D1C2C6. Grayscale: #383838. Windows color (decimal): -13746887 or 3751214. OLE color: 3751214.
HSL color Cylindrical-coordinate representation of color #2E3D39: hue angle of 164º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3D39 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 57 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.76 |
| HSL | 164º | 0.14% | 0.21% | - |
| HSV(B) | 164º | 0.25% | 0.24% | - |
| XYZ | 3.53 | 4.21 | 4.5 | - |
| YUV | 56.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 57 | 0.25 | 0 | 0.07 | 0.76 | 164 | 0.14 | 0.21 |
| Hex | 2E | 3D | 39 | 19 | 0 | 7 | 4C | A4 | E | 15 |
| Octal | 56 | 75 | 71 | 31 | 0 | 7 | 114 | 244 | 16 | 25 |
| Binary | 101110 | 111101 | 111001 | 11001 | 0 | 111 | 1001100 | 10100100 | 1110 | 10101 |
Color Harmonies of #2E3D39
Complementary color
Monochromatic Colors of #2E3D39
Black with #2E3D39
Text Example
Text Example
White with #2E3D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D39; }
p { color: rgb(46,61,57); }
H1.HeaderClassName
{
color: #2E3D39;
}
.AnyTagClassName
{
color: #2E3D39;
}
</style>
background-color css
<style>
a { background-color: #2E3D39; }
a { background-color: rgb(46,61,57); }
div.DivClassName
{
background-color: #2E3D39;
}
.BgClassName
{
background-color: #2E3D39;
}
</style>
border-color css
<style>
span { border-color: #2E3D39; }
span { border-color: rgb(46,61,57); }
td.TdClassName
{
border-color: #2E3D39;
}
.TagClassName
{
border-color: #2E3D39;
}
</style>