Shades of Gable Green #2E403C
Tints of Gable Green #2E403C
RGB
CMYK
RGB Variations
Color information
#2E403C (or 0x2E403C) is known color: Gable Green. HEX triplet: 2E, 40 and 3C. RGB value is (46,64,60). Sum of RGB (Red+Green+Blue) = 46+64+60=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403C is #D1BFC3. Grayscale: #3A3A3A. Windows color (decimal): -13746116 or 3948590. OLE color: 3948590.
HSL color Cylindrical-coordinate representation of color #2E403C: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E403C is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 60 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.75 |
| HSL | 166.67º | 0.16% | 0.22% | - |
| HSV(B) | 166.67º | 0.28% | 0.25% | - |
| XYZ | 3.78 | 4.57 | 4.96 | - |
| YUV | 58.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 60 | 0.28 | 0 | 0.06 | 0.75 | 166.67 | 0.16 | 0.22 |
| Hex | 2E | 40 | 3C | 1C | 0 | 6 | 4B | A7 | 10 | 16 |
| Octal | 56 | 100 | 74 | 34 | 0 | 6 | 113 | 247 | 20 | 26 |
| Binary | 101110 | 1000000 | 111100 | 11100 | 0 | 110 | 1001011 | 10100111 | 10000 | 10110 |
Color Harmonies of #2E403C
Complementary color
Monochromatic Colors of #2E403C
Black with #2E403C
Text Example
Text Example
White with #2E403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E403C; }
p { color: rgb(46,64,60); }
H1.HeaderClassName
{
color: #2E403C;
}
.AnyTagClassName
{
color: #2E403C;
}
</style>
background-color css
<style>
a { background-color: #2E403C; }
a { background-color: rgb(46,64,60); }
div.DivClassName
{
background-color: #2E403C;
}
.BgClassName
{
background-color: #2E403C;
}
</style>
border-color css
<style>
span { border-color: #2E403C; }
span { border-color: rgb(46,64,60); }
td.TdClassName
{
border-color: #2E403C;
}
.TagClassName
{
border-color: #2E403C;
}
</style>