Shades of Gable Green #2A4942
Tints of Gable Green #2A4942
RGB
CMYK
RGB Variations
Color information
#2A4942 (or 0x2A4942) is known color: Gable Green. HEX triplet: 2A, 49 and 42. RGB value is (42,73,66). Sum of RGB (Red+Green+Blue) = 42+73+66=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4942 is #D5B6BD. Grayscale: #3E3E3E. Windows color (decimal): -14005950 or 4344106. OLE color: 4344106.
HSL color Cylindrical-coordinate representation of color #2A4942: hue angle of 166.45º 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 #2A4942 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 66 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.71 |
| HSL | 166.45º | 0.27% | 0.23% | - |
| HSV(B) | 166.45º | 0.42% | 0.29% | - |
| XYZ | 4.32 | 5.65 | 6.02 | - |
| YUV | 62.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 66 | 0.42 | 0 | 0.10 | 0.71 | 166.45 | 0.27 | 0.23 |
| Hex | 2A | 49 | 42 | 2A | 0 | A | 47 | A6 | 1B | 17 |
| Octal | 52 | 111 | 102 | 52 | 0 | 12 | 107 | 246 | 33 | 27 |
| Binary | 101010 | 1001001 | 1000010 | 101010 | 0 | 1010 | 1000111 | 10100110 | 11011 | 10111 |
Color Harmonies of #2A4942
Complementary color
Monochromatic Colors of #2A4942
Black with #2A4942
Text Example
Text Example
White with #2A4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4942; }
p { color: rgb(42,73,66); }
H1.HeaderClassName
{
color: #2A4942;
}
.AnyTagClassName
{
color: #2A4942;
}
</style>
background-color css
<style>
a { background-color: #2A4942; }
a { background-color: rgb(42,73,66); }
div.DivClassName
{
background-color: #2A4942;
}
.BgClassName
{
background-color: #2A4942;
}
</style>
border-color css
<style>
span { border-color: #2A4942; }
span { border-color: rgb(42,73,66); }
td.TdClassName
{
border-color: #2A4942;
}
.TagClassName
{
border-color: #2A4942;
}
</style>