Shades of Gable Green #2C4E48
Tints of Gable Green #2C4E48
RGB
CMYK
RGB Variations
Color information
#2C4E48 (or 0x2C4E48) is known color: Gable Green. HEX triplet: 2C, 4E and 48. RGB value is (44,78,72). Sum of RGB (Red+Green+Blue) = 44+78+72=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E48 is #D3B1B7. Grayscale: #434343. Windows color (decimal): -13873592 or 4738604. OLE color: 4738604.
HSL color Cylindrical-coordinate representation of color #2C4E48: hue angle of 169.41º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4E48 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 78 | 72 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.69 |
| HSL | 169.41º | 0.28% | 0.24% | - |
| HSV(B) | 169.41º | 0.44% | 0.31% | - |
| XYZ | 4.93 | 6.45 | 7.12 | - |
| YUV | 67.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 72 | 0.44 | 0 | 0.08 | 0.69 | 169.41 | 0.28 | 0.24 |
| Hex | 2C | 4E | 48 | 2C | 0 | 8 | 45 | A9 | 1C | 18 |
| Octal | 54 | 116 | 110 | 54 | 0 | 10 | 105 | 251 | 34 | 30 |
| Binary | 101100 | 1001110 | 1001000 | 101100 | 0 | 1000 | 1000101 | 10101001 | 11100 | 11000 |
Color Harmonies of #2C4E48
Complementary color
Monochromatic Colors of #2C4E48
Black with #2C4E48
Text Example
Text Example
White with #2C4E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E48; }
p { color: rgb(44,78,72); }
H1.HeaderClassName
{
color: #2C4E48;
}
.AnyTagClassName
{
color: #2C4E48;
}
</style>
background-color css
<style>
a { background-color: #2C4E48; }
a { background-color: rgb(44,78,72); }
div.DivClassName
{
background-color: #2C4E48;
}
.BgClassName
{
background-color: #2C4E48;
}
</style>
border-color css
<style>
span { border-color: #2C4E48; }
span { border-color: rgb(44,78,72); }
td.TdClassName
{
border-color: #2C4E48;
}
.TagClassName
{
border-color: #2C4E48;
}
</style>