Shades of Gable Green #2E443F
Tints of Gable Green #2E443F
RGB
CMYK
RGB Variations
Color information
#2E443F (or 0x2E443F) is known color: Gable Green. HEX triplet: 2E, 44 and 3F. RGB value is (46,68,63). Sum of RGB (Red+Green+Blue) = 46+68+63=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 68 - color contains mainly: green. Hex color #2E443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E443F is #D1BBC0. Grayscale: #3C3C3C. Windows color (decimal): -13745089 or 4146222. OLE color: 4146222.
HSL color Cylindrical-coordinate representation of color #2E443F: hue angle of 166.36º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E443F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 63 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.73 |
| HSL | 166.36º | 0.19% | 0.22% | - |
| HSV(B) | 166.36º | 0.32% | 0.27% | - |
| XYZ | 4.09 | 5.07 | 5.47 | - |
| YUV | 60.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 63 | 0.32 | 0 | 0.07 | 0.73 | 166.36 | 0.19 | 0.22 |
| Hex | 2E | 44 | 3F | 20 | 0 | 7 | 49 | A6 | 13 | 16 |
| Octal | 56 | 104 | 77 | 40 | 0 | 7 | 111 | 246 | 23 | 26 |
| Binary | 101110 | 1000100 | 111111 | 100000 | 0 | 111 | 1001001 | 10100110 | 10011 | 10110 |
Color Harmonies of #2E443F
Complementary color
Monochromatic Colors of #2E443F
Black with #2E443F
Text Example
Text Example
White with #2E443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E443F; }
p { color: rgb(46,68,63); }
H1.HeaderClassName
{
color: #2E443F;
}
.AnyTagClassName
{
color: #2E443F;
}
</style>
background-color css
<style>
a { background-color: #2E443F; }
a { background-color: rgb(46,68,63); }
div.DivClassName
{
background-color: #2E443F;
}
.BgClassName
{
background-color: #2E443F;
}
</style>
border-color css
<style>
span { border-color: #2E443F; }
span { border-color: rgb(46,68,63); }
td.TdClassName
{
border-color: #2E443F;
}
.TagClassName
{
border-color: #2E443F;
}
</style>