Shades of Gable Green #2C4C45
Tints of Gable Green #2C4C45
RGB
CMYK
RGB Variations
Color information
#2C4C45 (or 0x2C4C45) is known color: Gable Green. HEX triplet: 2C, 4C and 45. RGB value is (44,76,69). Sum of RGB (Red+Green+Blue) = 44+76+69=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C45 is #D3B3BA. Grayscale: #414141. Windows color (decimal): -13874107 or 4541484. OLE color: 4541484.
HSL color Cylindrical-coordinate representation of color #2C4C45: hue angle of 166.88º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C4C45 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 76 | 69 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.70 |
| HSL | 166.88º | 0.27% | 0.24% | - |
| HSV(B) | 166.88º | 0.42% | 0.3% | - |
| XYZ | 4.7 | 6.13 | 6.57 | - |
| YUV | 65.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 69 | 0.42 | 0 | 0.09 | 0.70 | 166.88 | 0.27 | 0.24 |
| Hex | 2C | 4C | 45 | 2A | 0 | 9 | 46 | A7 | 1B | 18 |
| Octal | 54 | 114 | 105 | 52 | 0 | 11 | 106 | 247 | 33 | 30 |
| Binary | 101100 | 1001100 | 1000101 | 101010 | 0 | 1001 | 1000110 | 10100111 | 11011 | 11000 |
Color Harmonies of #2C4C45
Complementary color
Monochromatic Colors of #2C4C45
Black with #2C4C45
Text Example
Text Example
White with #2C4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4C45; }
p { color: rgb(44,76,69); }
H1.HeaderClassName
{
color: #2C4C45;
}
.AnyTagClassName
{
color: #2C4C45;
}
</style>
background-color css
<style>
a { background-color: #2C4C45; }
a { background-color: rgb(44,76,69); }
div.DivClassName
{
background-color: #2C4C45;
}
.BgClassName
{
background-color: #2C4C45;
}
</style>
border-color css
<style>
span { border-color: #2C4C45; }
span { border-color: rgb(44,76,69); }
td.TdClassName
{
border-color: #2C4C45;
}
.TagClassName
{
border-color: #2C4C45;
}
</style>