Shades of Gable Green #2C3E3C
Tints of Gable Green #2C3E3C
RGB
CMYK
RGB Variations
Color information
#2C3E3C (or 0x2C3E3C) is known color: Gable Green. HEX triplet: 2C, 3E and 3C. RGB value is (44,62,60). Sum of RGB (Red+Green+Blue) = 44+62+60=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 62 - color contains mainly: green. Hex color #2C3E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3E3C is #D3C1C3. Grayscale: #383838. Windows color (decimal): -13877700 or 3948076. OLE color: 3948076.
HSL color Cylindrical-coordinate representation of color #2C3E3C: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C3E3C is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 62 | 60 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.76 |
| HSL | 173.33º | 0.17% | 0.21% | - |
| HSV(B) | 173.33º | 0.29% | 0.24% | - |
| XYZ | 3.58 | 4.31 | 4.92 | - |
| YUV | 56.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 60 | 0.29 | 0 | 0.03 | 0.76 | 173.33 | 0.17 | 0.21 |
| Hex | 2C | 3E | 3C | 1D | 0 | 3 | 4C | AD | 11 | 15 |
| Octal | 54 | 76 | 74 | 35 | 0 | 3 | 114 | 255 | 21 | 25 |
| Binary | 101100 | 111110 | 111100 | 11101 | 0 | 11 | 1001100 | 10101101 | 10001 | 10101 |
Color Harmonies of #2C3E3C
Complementary color
Monochromatic Colors of #2C3E3C
Black with #2C3E3C
Text Example
Text Example
White with #2C3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E3C; }
p { color: rgb(44,62,60); }
H1.HeaderClassName
{
color: #2C3E3C;
}
.AnyTagClassName
{
color: #2C3E3C;
}
</style>
background-color css
<style>
a { background-color: #2C3E3C; }
a { background-color: rgb(44,62,60); }
div.DivClassName
{
background-color: #2C3E3C;
}
.BgClassName
{
background-color: #2C3E3C;
}
</style>
border-color css
<style>
span { border-color: #2C3E3C; }
span { border-color: rgb(44,62,60); }
td.TdClassName
{
border-color: #2C3E3C;
}
.TagClassName
{
border-color: #2C3E3C;
}
</style>