Shades of Gable Green #2E4B44
Tints of Gable Green #2E4B44
RGB
CMYK
RGB Variations
Color information
#2E4B44 (or 0x2E4B44) is known color: Gable Green. HEX triplet: 2E, 4B and 44. RGB value is (46,75,68). Sum of RGB (Red+Green+Blue) = 46+75+68=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B44 is #D1B4BB. Grayscale: #414141. Windows color (decimal): -13743292 or 4475694. OLE color: 4475694.
HSL color Cylindrical-coordinate representation of color #2E4B44: hue angle of 165.52º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B44 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 75 | 68 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.71 |
| HSL | 165.52º | 0.24% | 0.24% | - |
| HSV(B) | 165.52º | 0.39% | 0.29% | - |
| XYZ | 4.69 | 6.03 | 6.39 | - |
| YUV | 65.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 68 | 0.39 | 0 | 0.09 | 0.71 | 165.52 | 0.24 | 0.24 |
| Hex | 2E | 4B | 44 | 27 | 0 | 9 | 47 | A6 | 18 | 18 |
| Octal | 56 | 113 | 104 | 47 | 0 | 11 | 107 | 246 | 30 | 30 |
| Binary | 101110 | 1001011 | 1000100 | 100111 | 0 | 1001 | 1000111 | 10100110 | 11000 | 11000 |
Color Harmonies of #2E4B44
Complementary color
Monochromatic Colors of #2E4B44
Black with #2E4B44
Text Example
Text Example
White with #2E4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B44; }
p { color: rgb(46,75,68); }
H1.HeaderClassName
{
color: #2E4B44;
}
.AnyTagClassName
{
color: #2E4B44;
}
</style>
background-color css
<style>
a { background-color: #2E4B44; }
a { background-color: rgb(46,75,68); }
div.DivClassName
{
background-color: #2E4B44;
}
.BgClassName
{
background-color: #2E4B44;
}
</style>
border-color css
<style>
span { border-color: #2E4B44; }
span { border-color: rgb(46,75,68); }
td.TdClassName
{
border-color: #2E4B44;
}
.TagClassName
{
border-color: #2E4B44;
}
</style>