Shades of Amazon #2C7449
Tints of Amazon #2C7449
RGB
CMYK
RGB Variations
Color information
#2C7449 (or 0x2C7449) is known color: Amazon. HEX triplet: 2C, 74 and 49. RGB value is (44,116,73). Sum of RGB (Red+Green+Blue) = 44+116+73=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7449 is #D38BB6. Grayscale: #595959. Windows color (decimal): -13863863 or 4813868. OLE color: 4813868.
HSL color Cylindrical-coordinate representation of color #2C7449: hue angle of 144.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7449 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 73 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.55 |
| HSL | 144.17º | 0.45% | 0.31% | - |
| HSV(B) | 144.17º | 0.62% | 0.45% | - |
| XYZ | 8.49 | 13.51 | 8.46 | - |
| YUV | 89.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 73 | 0.62 | 0 | 0.37 | 0.55 | 144.17 | 0.45 | 0.31 |
| Hex | 2C | 74 | 49 | 3E | 0 | 25 | 37 | 90 | 2D | 1F |
| Octal | 54 | 164 | 111 | 76 | 0 | 45 | 67 | 220 | 55 | 37 |
| Binary | 101100 | 1110100 | 1001001 | 111110 | 0 | 100101 | 110111 | 10010000 | 101101 | 11111 |
Color Harmonies of #2C7449
Complementary color
Monochromatic Colors of #2C7449
Black with #2C7449
Text Example
Text Example
White with #2C7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7449; }
p { color: rgb(44,116,73); }
H1.HeaderClassName
{
color: #2C7449;
}
.AnyTagClassName
{
color: #2C7449;
}
</style>
background-color css
<style>
a { background-color: #2C7449; }
a { background-color: rgb(44,116,73); }
div.DivClassName
{
background-color: #2C7449;
}
.BgClassName
{
background-color: #2C7449;
}
</style>
border-color css
<style>
span { border-color: #2C7449; }
span { border-color: rgb(44,116,73); }
td.TdClassName
{
border-color: #2C7449;
}
.TagClassName
{
border-color: #2C7449;
}
</style>