Shades of Gable Green #2C443F
Tints of Gable Green #2C443F
RGB
CMYK
RGB Variations
Color information
#2C443F (or 0x2C443F) is known color: Gable Green. HEX triplet: 2C, 44 and 3F. RGB value is (44,68,63). Sum of RGB (Red+Green+Blue) = 44+68+63=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #2C443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C443F is #D3BBC0. Grayscale: #3C3C3C. Windows color (decimal): -13876161 or 4146220. OLE color: 4146220.
HSL color Cylindrical-coordinate representation of color #2C443F: hue angle of 167.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C443F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 68 | 63 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.73 |
| HSL | 167.5º | 0.21% | 0.22% | - |
| HSV(B) | 167.5º | 0.35% | 0.27% | - |
| XYZ | 4 | 5.03 | 5.46 | - |
| YUV | 60.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 63 | 0.35 | 0 | 0.07 | 0.73 | 167.5 | 0.21 | 0.22 |
| Hex | 2C | 44 | 3F | 23 | 0 | 7 | 49 | A8 | 15 | 16 |
| Octal | 54 | 104 | 77 | 43 | 0 | 7 | 111 | 250 | 25 | 26 |
| Binary | 101100 | 1000100 | 111111 | 100011 | 0 | 111 | 1001001 | 10101000 | 10101 | 10110 |
Color Harmonies of #2C443F
Complementary color
Monochromatic Colors of #2C443F
Black with #2C443F
Text Example
Text Example
White with #2C443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C443F; }
p { color: rgb(44,68,63); }
H1.HeaderClassName
{
color: #2C443F;
}
.AnyTagClassName
{
color: #2C443F;
}
</style>
background-color css
<style>
a { background-color: #2C443F; }
a { background-color: rgb(44,68,63); }
div.DivClassName
{
background-color: #2C443F;
}
.BgClassName
{
background-color: #2C443F;
}
</style>
border-color css
<style>
span { border-color: #2C443F; }
span { border-color: rgb(44,68,63); }
td.TdClassName
{
border-color: #2C443F;
}
.TagClassName
{
border-color: #2C443F;
}
</style>