Shades of Gable Green #2C413B
Tints of Gable Green #2C413B
RGB
CMYK
RGB Variations
Color information
#2C413B (or 0x2C413B) is known color: Gable Green. HEX triplet: 2C, 41 and 3B. RGB value is (44,65,59). Sum of RGB (Red+Green+Blue) = 44+65+59=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2C413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C413B is #D3BEC4. Grayscale: #3A3A3A. Windows color (decimal): -13876933 or 3883308. OLE color: 3883308.
HSL color Cylindrical-coordinate representation of color #2C413B: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C413B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 59 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.75 |
| HSL | 162.86º | 0.19% | 0.21% | - |
| HSV(B) | 162.86º | 0.32% | 0.25% | - |
| XYZ | 3.72 | 4.63 | 4.84 | - |
| YUV | 58.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 59 | 0.32 | 0 | 0.09 | 0.75 | 162.86 | 0.19 | 0.21 |
| Hex | 2C | 41 | 3B | 20 | 0 | 9 | 4B | A3 | 13 | 15 |
| Octal | 54 | 101 | 73 | 40 | 0 | 11 | 113 | 243 | 23 | 25 |
| Binary | 101100 | 1000001 | 111011 | 100000 | 0 | 1001 | 1001011 | 10100011 | 10011 | 10101 |
Color Harmonies of #2C413B
Complementary color
Monochromatic Colors of #2C413B
Black with #2C413B
Text Example
Text Example
White with #2C413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C413B; }
p { color: rgb(44,65,59); }
H1.HeaderClassName
{
color: #2C413B;
}
.AnyTagClassName
{
color: #2C413B;
}
</style>
background-color css
<style>
a { background-color: #2C413B; }
a { background-color: rgb(44,65,59); }
div.DivClassName
{
background-color: #2C413B;
}
.BgClassName
{
background-color: #2C413B;
}
</style>
border-color css
<style>
span { border-color: #2C413B; }
span { border-color: rgb(44,65,59); }
td.TdClassName
{
border-color: #2C413B;
}
.TagClassName
{
border-color: #2C413B;
}
</style>