Shades of Gable Green #2C514A
Tints of Gable Green #2C514A
RGB
CMYK
RGB Variations
Color information
#2C514A (or 0x2C514A) is known color: Gable Green. HEX triplet: 2C, 51 and 4A. RGB value is (44,81,74). Sum of RGB (Red+Green+Blue) = 44+81+74=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #2C514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C514A is #D3AEB5. Grayscale: #454545. Windows color (decimal): -13872822 or 4870444. OLE color: 4870444.
HSL color Cylindrical-coordinate representation of color #2C514A: hue angle of 168.65º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C514A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 81 | 74 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.68 |
| HSL | 168.65º | 0.3% | 0.25% | - |
| HSV(B) | 168.65º | 0.46% | 0.32% | - |
| XYZ | 5.22 | 6.91 | 7.54 | - |
| YUV | 69.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 74 | 0.46 | 0 | 0.09 | 0.68 | 168.65 | 0.3 | 0.25 |
| Hex | 2C | 51 | 4A | 2E | 0 | 9 | 44 | A9 | 1E | 19 |
| Octal | 54 | 121 | 112 | 56 | 0 | 11 | 104 | 251 | 36 | 31 |
| Binary | 101100 | 1010001 | 1001010 | 101110 | 0 | 1001 | 1000100 | 10101001 | 11110 | 11001 |
Color Harmonies of #2C514A
Complementary color
Monochromatic Colors of #2C514A
Black with #2C514A
Text Example
Text Example
White with #2C514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C514A; }
p { color: rgb(44,81,74); }
H1.HeaderClassName
{
color: #2C514A;
}
.AnyTagClassName
{
color: #2C514A;
}
</style>
background-color css
<style>
a { background-color: #2C514A; }
a { background-color: rgb(44,81,74); }
div.DivClassName
{
background-color: #2C514A;
}
.BgClassName
{
background-color: #2C514A;
}
</style>
border-color css
<style>
span { border-color: #2C514A; }
span { border-color: rgb(44,81,74); }
td.TdClassName
{
border-color: #2C514A;
}
.TagClassName
{
border-color: #2C514A;
}
</style>