Shades of Gable Green #2A4340
Tints of Gable Green #2A4340
RGB
CMYK
RGB Variations
Color information
#2A4340 (or 0x2A4340) is known color: Gable Green. HEX triplet: 2A, 43 and 40. RGB value is (42,67,64). Sum of RGB (Red+Green+Blue) = 42+67+64=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4340 is #D5BCBF. Grayscale: #3B3B3B. Windows color (decimal): -14007488 or 4211498. OLE color: 4211498.
HSL color Cylindrical-coordinate representation of color #2A4340: hue angle of 172.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A4340 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 64 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.74 |
| HSL | 172.8º | 0.23% | 0.21% | - |
| HSV(B) | 172.8º | 0.37% | 0.26% | - |
| XYZ | 3.89 | 4.88 | 5.59 | - |
| YUV | 59.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 64 | 0.37 | 0 | 0.04 | 0.74 | 172.8 | 0.23 | 0.21 |
| Hex | 2A | 43 | 40 | 25 | 0 | 4 | 4A | AD | 17 | 15 |
| Octal | 52 | 103 | 100 | 45 | 0 | 4 | 112 | 255 | 27 | 25 |
| Binary | 101010 | 1000011 | 1000000 | 100101 | 0 | 100 | 1001010 | 10101101 | 10111 | 10101 |
Color Harmonies of #2A4340
Complementary color
Monochromatic Colors of #2A4340
Black with #2A4340
Text Example
Text Example
White with #2A4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4340; }
p { color: rgb(42,67,64); }
H1.HeaderClassName
{
color: #2A4340;
}
.AnyTagClassName
{
color: #2A4340;
}
</style>
background-color css
<style>
a { background-color: #2A4340; }
a { background-color: rgb(42,67,64); }
div.DivClassName
{
background-color: #2A4340;
}
.BgClassName
{
background-color: #2A4340;
}
</style>
border-color css
<style>
span { border-color: #2A4340; }
span { border-color: rgb(42,67,64); }
td.TdClassName
{
border-color: #2A4340;
}
.TagClassName
{
border-color: #2A4340;
}
</style>