Shades of Gable Green #2A4741
Tints of Gable Green #2A4741
RGB
CMYK
RGB Variations
Color information
#2A4741 (or 0x2A4741) is known color: Gable Green. HEX triplet: 2A, 47 and 41. RGB value is (42,71,65). Sum of RGB (Red+Green+Blue) = 42+71+65=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4741 is #D5B8BE. Grayscale: #3D3D3D. Windows color (decimal): -14006463 or 4278058. OLE color: 4278058.
HSL color Cylindrical-coordinate representation of color #2A4741: hue angle of 167.59º 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 #2A4741 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 65 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.72 |
| HSL | 167.59º | 0.26% | 0.22% | - |
| HSV(B) | 167.59º | 0.41% | 0.28% | - |
| XYZ | 4.16 | 5.38 | 5.82 | - |
| YUV | 61.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 65 | 0.41 | 0 | 0.08 | 0.72 | 167.59 | 0.26 | 0.22 |
| Hex | 2A | 47 | 41 | 29 | 0 | 8 | 48 | A8 | 1A | 16 |
| Octal | 52 | 107 | 101 | 51 | 0 | 10 | 110 | 250 | 32 | 26 |
| Binary | 101010 | 1000111 | 1000001 | 101001 | 0 | 1000 | 1001000 | 10101000 | 11010 | 10110 |
Color Harmonies of #2A4741
Complementary color
Monochromatic Colors of #2A4741
Black with #2A4741
Text Example
Text Example
White with #2A4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4741; }
p { color: rgb(42,71,65); }
H1.HeaderClassName
{
color: #2A4741;
}
.AnyTagClassName
{
color: #2A4741;
}
</style>
background-color css
<style>
a { background-color: #2A4741; }
a { background-color: rgb(42,71,65); }
div.DivClassName
{
background-color: #2A4741;
}
.BgClassName
{
background-color: #2A4741;
}
</style>
border-color css
<style>
span { border-color: #2A4741; }
span { border-color: rgb(42,71,65); }
td.TdClassName
{
border-color: #2A4741;
}
.TagClassName
{
border-color: #2A4741;
}
</style>