Shades of Gable Green #2E423D
Tints of Gable Green #2E423D
RGB
CMYK
RGB Variations
Color information
#2E423D (or 0x2E423D) is known color: Gable Green. HEX triplet: 2E, 42 and 3D. RGB value is (46,66,61). Sum of RGB (Red+Green+Blue) = 46+66+61=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #2E423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E423D is #D1BDC2. Grayscale: #3B3B3B. Windows color (decimal): -13745603 or 4014638. OLE color: 4014638.
HSL color Cylindrical-coordinate representation of color #2E423D: hue angle of 165º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E423D is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 61 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.74 |
| HSL | 165º | 0.18% | 0.22% | - |
| HSV(B) | 165º | 0.3% | 0.26% | - |
| XYZ | 3.92 | 4.81 | 5.14 | - |
| YUV | 59.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 61 | 0.30 | 0 | 0.08 | 0.74 | 165 | 0.18 | 0.22 |
| Hex | 2E | 42 | 3D | 1E | 0 | 8 | 4A | A5 | 12 | 16 |
| Octal | 56 | 102 | 75 | 36 | 0 | 10 | 112 | 245 | 22 | 26 |
| Binary | 101110 | 1000010 | 111101 | 11110 | 0 | 1000 | 1001010 | 10100101 | 10010 | 10110 |
Color Harmonies of #2E423D
Complementary color
Monochromatic Colors of #2E423D
Black with #2E423D
Text Example
Text Example
White with #2E423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E423D; }
p { color: rgb(46,66,61); }
H1.HeaderClassName
{
color: #2E423D;
}
.AnyTagClassName
{
color: #2E423D;
}
</style>
background-color css
<style>
a { background-color: #2E423D; }
a { background-color: rgb(46,66,61); }
div.DivClassName
{
background-color: #2E423D;
}
.BgClassName
{
background-color: #2E423D;
}
</style>
border-color css
<style>
span { border-color: #2E423D; }
span { border-color: rgb(46,66,61); }
td.TdClassName
{
border-color: #2E423D;
}
.TagClassName
{
border-color: #2E423D;
}
</style>