Shades of Gable Green #2A4742
Tints of Gable Green #2A4742
RGB
CMYK
RGB Variations
Color information
#2A4742 (or 0x2A4742) is known color: Gable Green. HEX triplet: 2A, 47 and 42. RGB value is (42,71,66). Sum of RGB (Red+Green+Blue) = 42+71+66=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4742 is #D5B8BD. Grayscale: #3D3D3D. Windows color (decimal): -14006462 or 4343594. OLE color: 4343594.
HSL color Cylindrical-coordinate representation of color #2A4742: hue angle of 169.66º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A4742 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 66 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.72 |
| HSL | 169.66º | 0.26% | 0.22% | - |
| HSV(B) | 169.66º | 0.41% | 0.28% | - |
| XYZ | 4.19 | 5.39 | 5.97 | - |
| YUV | 61.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 66 | 0.41 | 0 | 0.07 | 0.72 | 169.66 | 0.26 | 0.22 |
| Hex | 2A | 47 | 42 | 29 | 0 | 7 | 48 | AA | 1A | 16 |
| Octal | 52 | 107 | 102 | 51 | 0 | 7 | 110 | 252 | 32 | 26 |
| Binary | 101010 | 1000111 | 1000010 | 101001 | 0 | 111 | 1001000 | 10101010 | 11010 | 10110 |
Color Harmonies of #2A4742
Complementary color
Monochromatic Colors of #2A4742
Black with #2A4742
Text Example
Text Example
White with #2A4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4742; }
p { color: rgb(42,71,66); }
H1.HeaderClassName
{
color: #2A4742;
}
.AnyTagClassName
{
color: #2A4742;
}
</style>
background-color css
<style>
a { background-color: #2A4742; }
a { background-color: rgb(42,71,66); }
div.DivClassName
{
background-color: #2A4742;
}
.BgClassName
{
background-color: #2A4742;
}
</style>
border-color css
<style>
span { border-color: #2A4742; }
span { border-color: rgb(42,71,66); }
td.TdClassName
{
border-color: #2A4742;
}
.TagClassName
{
border-color: #2A4742;
}
</style>