Shades of Gable Green #2A524A
Tints of Gable Green #2A524A
RGB
CMYK
RGB Variations
Color information
#2A524A (or 0x2A524A) is known color: Gable Green. HEX triplet: 2A, 52 and 4A. RGB value is (42,82,74). Sum of RGB (Red+Green+Blue) = 42+82+74=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #2A524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A524A is #D5ADB5. Grayscale: #454545. Windows color (decimal): -14003638 or 4870698. OLE color: 4870698.
HSL color Cylindrical-coordinate representation of color #2A524A: hue angle of 168º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A524A is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 74 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.68 |
| HSL | 168º | 0.32% | 0.24% | - |
| HSV(B) | 168º | 0.49% | 0.32% | - |
| XYZ | 5.21 | 7.02 | 7.56 | - |
| YUV | 69.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 74 | 0.49 | 0 | 0.10 | 0.68 | 168 | 0.32 | 0.24 |
| Hex | 2A | 52 | 4A | 31 | 0 | A | 44 | A8 | 20 | 18 |
| Octal | 52 | 122 | 112 | 61 | 0 | 12 | 104 | 250 | 40 | 30 |
| Binary | 101010 | 1010010 | 1001010 | 110001 | 0 | 1010 | 1000100 | 10101000 | 100000 | 11000 |
Color Harmonies of #2A524A
Complementary color
Monochromatic Colors of #2A524A
Black with #2A524A
Text Example
Text Example
White with #2A524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A524A; }
p { color: rgb(42,82,74); }
H1.HeaderClassName
{
color: #2A524A;
}
.AnyTagClassName
{
color: #2A524A;
}
</style>
background-color css
<style>
a { background-color: #2A524A; }
a { background-color: rgb(42,82,74); }
div.DivClassName
{
background-color: #2A524A;
}
.BgClassName
{
background-color: #2A524A;
}
</style>
border-color css
<style>
span { border-color: #2A524A; }
span { border-color: rgb(42,82,74); }
td.TdClassName
{
border-color: #2A524A;
}
.TagClassName
{
border-color: #2A524A;
}
</style>