Shades of Gable Green #2E524A
Tints of Gable Green #2E524A
RGB
CMYK
RGB Variations
Color information
#2E524A (or 0x2E524A) is known color: Gable Green. HEX triplet: 2E, 52 and 4A. RGB value is (46,82,74). Sum of RGB (Red+Green+Blue) = 46+82+74=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #2E524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E524A is #D1ADB5. Grayscale: #464646. Windows color (decimal): -13741494 or 4870702. OLE color: 4870702.
HSL color Cylindrical-coordinate representation of color #2E524A: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E524A is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 82 | 74 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.68 |
| HSL | 166.67º | 0.28% | 0.25% | - |
| HSV(B) | 166.67º | 0.44% | 0.32% | - |
| XYZ | 5.38 | 7.11 | 7.57 | - |
| YUV | 70.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 74 | 0.44 | 0 | 0.10 | 0.68 | 166.67 | 0.28 | 0.25 |
| Hex | 2E | 52 | 4A | 2C | 0 | A | 44 | A7 | 1C | 19 |
| Octal | 56 | 122 | 112 | 54 | 0 | 12 | 104 | 247 | 34 | 31 |
| Binary | 101110 | 1010010 | 1001010 | 101100 | 0 | 1010 | 1000100 | 10100111 | 11100 | 11001 |
Color Harmonies of #2E524A
Complementary color
Monochromatic Colors of #2E524A
Black with #2E524A
Text Example
Text Example
White with #2E524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E524A; }
p { color: rgb(46,82,74); }
H1.HeaderClassName
{
color: #2E524A;
}
.AnyTagClassName
{
color: #2E524A;
}
</style>
background-color css
<style>
a { background-color: #2E524A; }
a { background-color: rgb(46,82,74); }
div.DivClassName
{
background-color: #2E524A;
}
.BgClassName
{
background-color: #2E524A;
}
</style>
border-color css
<style>
span { border-color: #2E524A; }
span { border-color: rgb(46,82,74); }
td.TdClassName
{
border-color: #2E524A;
}
.TagClassName
{
border-color: #2E524A;
}
</style>