Shades of Gable Green #2E413D
Tints of Gable Green #2E413D
RGB
CMYK
RGB Variations
Color information
#2E413D (or 0x2E413D) is known color: Gable Green. HEX triplet: 2E, 41 and 3D. RGB value is (46,65,61). Sum of RGB (Red+Green+Blue) = 46+65+61=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #2E413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E413D is #D1BEC2. Grayscale: #3A3A3A. Windows color (decimal): -13745859 or 4014382. OLE color: 4014382.
HSL color Cylindrical-coordinate representation of color #2E413D: hue angle of 167.37º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E413D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 61 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.75 |
| HSL | 167.37º | 0.17% | 0.22% | - |
| HSV(B) | 167.37º | 0.29% | 0.25% | - |
| XYZ | 3.86 | 4.7 | 5.12 | - |
| YUV | 58.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 61 | 0.29 | 0 | 0.06 | 0.75 | 167.37 | 0.17 | 0.22 |
| Hex | 2E | 41 | 3D | 1D | 0 | 6 | 4B | A7 | 11 | 16 |
| Octal | 56 | 101 | 75 | 35 | 0 | 6 | 113 | 247 | 21 | 26 |
| Binary | 101110 | 1000001 | 111101 | 11101 | 0 | 110 | 1001011 | 10100111 | 10001 | 10110 |
Color Harmonies of #2E413D
Complementary color
Monochromatic Colors of #2E413D
Black with #2E413D
Text Example
Text Example
White with #2E413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E413D; }
p { color: rgb(46,65,61); }
H1.HeaderClassName
{
color: #2E413D;
}
.AnyTagClassName
{
color: #2E413D;
}
</style>
background-color css
<style>
a { background-color: #2E413D; }
a { background-color: rgb(46,65,61); }
div.DivClassName
{
background-color: #2E413D;
}
.BgClassName
{
background-color: #2E413D;
}
</style>
border-color css
<style>
span { border-color: #2E413D; }
span { border-color: rgb(46,65,61); }
td.TdClassName
{
border-color: #2E413D;
}
.TagClassName
{
border-color: #2E413D;
}
</style>