Shades of Gable Green #2E3D3B
Tints of Gable Green #2E3D3B
RGB
CMYK
RGB Variations
Color information
#2E3D3B (or 0x2E3D3B) is known color: Gable Green. HEX triplet: 2E, 3D and 3B. RGB value is (46,61,59). Sum of RGB (Red+Green+Blue) = 46+61+59=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D3B is #D1C2C4. Grayscale: #383838. Windows color (decimal): -13746885 or 3882286. OLE color: 3882286.
HSL color Cylindrical-coordinate representation of color #2E3D3B: hue angle of 172º 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 #2E3D3B is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 59 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.76 |
| HSL | 172º | 0.14% | 0.21% | - |
| HSV(B) | 172º | 0.25% | 0.24% | - |
| XYZ | 3.58 | 4.23 | 4.77 | - |
| YUV | 56.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 59 | 0.25 | 0 | 0.03 | 0.76 | 172 | 0.14 | 0.21 |
| Hex | 2E | 3D | 3B | 19 | 0 | 3 | 4C | AC | E | 15 |
| Octal | 56 | 75 | 73 | 31 | 0 | 3 | 114 | 254 | 16 | 25 |
| Binary | 101110 | 111101 | 111011 | 11001 | 0 | 11 | 1001100 | 10101100 | 1110 | 10101 |
Color Harmonies of #2E3D3B
Complementary color
Monochromatic Colors of #2E3D3B
Black with #2E3D3B
Text Example
Text Example
White with #2E3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D3B; }
p { color: rgb(46,61,59); }
H1.HeaderClassName
{
color: #2E3D3B;
}
.AnyTagClassName
{
color: #2E3D3B;
}
</style>
background-color css
<style>
a { background-color: #2E3D3B; }
a { background-color: rgb(46,61,59); }
div.DivClassName
{
background-color: #2E3D3B;
}
.BgClassName
{
background-color: #2E3D3B;
}
</style>
border-color css
<style>
span { border-color: #2E3D3B; }
span { border-color: rgb(46,61,59); }
td.TdClassName
{
border-color: #2E3D3B;
}
.TagClassName
{
border-color: #2E3D3B;
}
</style>