Shades of Gable Green #2A4C44
Tints of Gable Green #2A4C44
RGB
CMYK
RGB Variations
Color information
#2A4C44 (or 0x2A4C44) is known color: Gable Green. HEX triplet: 2A, 4C and 44. RGB value is (42,76,68). Sum of RGB (Red+Green+Blue) = 42+76+68=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C44 is #D5B3BB. Grayscale: #404040. Windows color (decimal): -14005180 or 4475946. OLE color: 4475946.
HSL color Cylindrical-coordinate representation of color #2A4C44: hue angle of 165.88º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C44 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 68 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.70 |
| HSL | 165.88º | 0.29% | 0.23% | - |
| HSV(B) | 165.88º | 0.45% | 0.3% | - |
| XYZ | 4.58 | 6.08 | 6.4 | - |
| YUV | 64.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 68 | 0.45 | 0 | 0.11 | 0.70 | 165.88 | 0.29 | 0.23 |
| Hex | 2A | 4C | 44 | 2D | 0 | B | 46 | A6 | 1D | 17 |
| Octal | 52 | 114 | 104 | 55 | 0 | 13 | 106 | 246 | 35 | 27 |
| Binary | 101010 | 1001100 | 1000100 | 101101 | 0 | 1011 | 1000110 | 10100110 | 11101 | 10111 |
Color Harmonies of #2A4C44
Complementary color
Monochromatic Colors of #2A4C44
Black with #2A4C44
Text Example
Text Example
White with #2A4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C44; }
p { color: rgb(42,76,68); }
H1.HeaderClassName
{
color: #2A4C44;
}
.AnyTagClassName
{
color: #2A4C44;
}
</style>
background-color css
<style>
a { background-color: #2A4C44; }
a { background-color: rgb(42,76,68); }
div.DivClassName
{
background-color: #2A4C44;
}
.BgClassName
{
background-color: #2A4C44;
}
</style>
border-color css
<style>
span { border-color: #2A4C44; }
span { border-color: rgb(42,76,68); }
td.TdClassName
{
border-color: #2A4C44;
}
.TagClassName
{
border-color: #2A4C44;
}
</style>