Shades of Gable Green #2A4843
Tints of Gable Green #2A4843
RGB
CMYK
RGB Variations
Color information
#2A4843 (or 0x2A4843) is known color: Gable Green. HEX triplet: 2A, 48 and 43. RGB value is (42,72,67). Sum of RGB (Red+Green+Blue) = 42+72+67=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4843 is #D5B7BC. Grayscale: #3E3E3E. Windows color (decimal): -14006205 or 4409386. OLE color: 4409386.
HSL color Cylindrical-coordinate representation of color #2A4843: hue angle of 170º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4843 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 67 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.72 |
| HSL | 170º | 0.26% | 0.22% | - |
| HSV(B) | 170º | 0.42% | 0.28% | - |
| XYZ | 4.29 | 5.53 | 6.15 | - |
| YUV | 62.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 67 | 0.42 | 0 | 0.07 | 0.72 | 170 | 0.26 | 0.22 |
| Hex | 2A | 48 | 43 | 2A | 0 | 7 | 48 | AA | 1A | 16 |
| Octal | 52 | 110 | 103 | 52 | 0 | 7 | 110 | 252 | 32 | 26 |
| Binary | 101010 | 1001000 | 1000011 | 101010 | 0 | 111 | 1001000 | 10101010 | 11010 | 10110 |
Color Harmonies of #2A4843
Complementary color
Monochromatic Colors of #2A4843
Black with #2A4843
Text Example
Text Example
White with #2A4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4843; }
p { color: rgb(42,72,67); }
H1.HeaderClassName
{
color: #2A4843;
}
.AnyTagClassName
{
color: #2A4843;
}
</style>
background-color css
<style>
a { background-color: #2A4843; }
a { background-color: rgb(42,72,67); }
div.DivClassName
{
background-color: #2A4843;
}
.BgClassName
{
background-color: #2A4843;
}
</style>
border-color css
<style>
span { border-color: #2A4843; }
span { border-color: rgb(42,72,67); }
td.TdClassName
{
border-color: #2A4843;
}
.TagClassName
{
border-color: #2A4843;
}
</style>