Shades of Gable Green #2C3D39
Tints of Gable Green #2C3D39
RGB
CMYK
RGB Variations
Color information
#2C3D39 (or 0x2C3D39) is known color: Gable Green. HEX triplet: 2C, 3D and 39. RGB value is (44,61,57). Sum of RGB (Red+Green+Blue) = 44+61+57=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D39 is #D3C2C6. Grayscale: #373737. Windows color (decimal): -13877959 or 3751212. OLE color: 3751212.
HSL color Cylindrical-coordinate representation of color #2C3D39: hue angle of 165.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C3D39 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 57 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.76 |
| HSL | 165.88º | 0.16% | 0.21% | - |
| HSV(B) | 165.88º | 0.28% | 0.24% | - |
| XYZ | 3.45 | 4.17 | 4.49 | - |
| YUV | 55.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 57 | 0.28 | 0 | 0.07 | 0.76 | 165.88 | 0.16 | 0.21 |
| Hex | 2C | 3D | 39 | 1C | 0 | 7 | 4C | A6 | 10 | 15 |
| Octal | 54 | 75 | 71 | 34 | 0 | 7 | 114 | 246 | 20 | 25 |
| Binary | 101100 | 111101 | 111001 | 11100 | 0 | 111 | 1001100 | 10100110 | 10000 | 10101 |
Color Harmonies of #2C3D39
Complementary color
Monochromatic Colors of #2C3D39
Black with #2C3D39
Text Example
Text Example
White with #2C3D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D39; }
p { color: rgb(44,61,57); }
H1.HeaderClassName
{
color: #2C3D39;
}
.AnyTagClassName
{
color: #2C3D39;
}
</style>
background-color css
<style>
a { background-color: #2C3D39; }
a { background-color: rgb(44,61,57); }
div.DivClassName
{
background-color: #2C3D39;
}
.BgClassName
{
background-color: #2C3D39;
}
</style>
border-color css
<style>
span { border-color: #2C3D39; }
span { border-color: rgb(44,61,57); }
td.TdClassName
{
border-color: #2C3D39;
}
.TagClassName
{
border-color: #2C3D39;
}
</style>