Shades of Gable Green #2A4944
Tints of Gable Green #2A4944
RGB
CMYK
RGB Variations
Color information
#2A4944 (or 0x2A4944) is known color: Gable Green. HEX triplet: 2A, 49 and 44. RGB value is (42,73,68). Sum of RGB (Red+Green+Blue) = 42+73+68=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4944 is #D5B6BB. Grayscale: #3F3F3F. Windows color (decimal): -14005948 or 4475178. OLE color: 4475178.
HSL color Cylindrical-coordinate representation of color #2A4944: hue angle of 170.32º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4944 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 68 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.71 |
| HSL | 170.32º | 0.27% | 0.23% | - |
| HSV(B) | 170.32º | 0.42% | 0.29% | - |
| XYZ | 4.38 | 5.67 | 6.33 | - |
| YUV | 63.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 68 | 0.42 | 0 | 0.07 | 0.71 | 170.32 | 0.27 | 0.23 |
| Hex | 2A | 49 | 44 | 2A | 0 | 7 | 47 | AA | 1B | 17 |
| Octal | 52 | 111 | 104 | 52 | 0 | 7 | 107 | 252 | 33 | 27 |
| Binary | 101010 | 1001001 | 1000100 | 101010 | 0 | 111 | 1000111 | 10101010 | 11011 | 10111 |
Color Harmonies of #2A4944
Complementary color
Monochromatic Colors of #2A4944
Black with #2A4944
Text Example
Text Example
White with #2A4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4944; }
p { color: rgb(42,73,68); }
H1.HeaderClassName
{
color: #2A4944;
}
.AnyTagClassName
{
color: #2A4944;
}
</style>
background-color css
<style>
a { background-color: #2A4944; }
a { background-color: rgb(42,73,68); }
div.DivClassName
{
background-color: #2A4944;
}
.BgClassName
{
background-color: #2A4944;
}
</style>
border-color css
<style>
span { border-color: #2A4944; }
span { border-color: rgb(42,73,68); }
td.TdClassName
{
border-color: #2A4944;
}
.TagClassName
{
border-color: #2A4944;
}
</style>