Shades of Gable Green #2C4842
Tints of Gable Green #2C4842
RGB
CMYK
RGB Variations
Color information
#2C4842 (or 0x2C4842) is known color: Gable Green. HEX triplet: 2C, 48 and 42. RGB value is (44,72,66). Sum of RGB (Red+Green+Blue) = 44+72+66=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4842 is #D3B7BD. Grayscale: #3E3E3E. Windows color (decimal): -13875134 or 4343852. OLE color: 4343852.
HSL color Cylindrical-coordinate representation of color #2C4842: hue angle of 167.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4842 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 66 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.72 |
| HSL | 167.14º | 0.24% | 0.23% | - |
| HSV(B) | 167.14º | 0.39% | 0.28% | - |
| XYZ | 4.34 | 5.56 | 6 | - |
| YUV | 62.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 66 | 0.39 | 0 | 0.08 | 0.72 | 167.14 | 0.24 | 0.23 |
| Hex | 2C | 48 | 42 | 27 | 0 | 8 | 48 | A7 | 18 | 17 |
| Octal | 54 | 110 | 102 | 47 | 0 | 10 | 110 | 247 | 30 | 27 |
| Binary | 101100 | 1001000 | 1000010 | 100111 | 0 | 1000 | 1001000 | 10100111 | 11000 | 10111 |
Color Harmonies of #2C4842
Complementary color
Monochromatic Colors of #2C4842
Black with #2C4842
Text Example
Text Example
White with #2C4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4842; }
p { color: rgb(44,72,66); }
H1.HeaderClassName
{
color: #2C4842;
}
.AnyTagClassName
{
color: #2C4842;
}
</style>
background-color css
<style>
a { background-color: #2C4842; }
a { background-color: rgb(44,72,66); }
div.DivClassName
{
background-color: #2C4842;
}
.BgClassName
{
background-color: #2C4842;
}
</style>
border-color css
<style>
span { border-color: #2C4842; }
span { border-color: rgb(44,72,66); }
td.TdClassName
{
border-color: #2C4842;
}
.TagClassName
{
border-color: #2C4842;
}
</style>