Shades of Amazon #2C7456
Tints of Amazon #2C7456
RGB
CMYK
RGB Variations
Color information
#2C7456 (or 0x2C7456) is known color: Amazon. HEX triplet: 2C, 74 and 56. RGB value is (44,116,86). Sum of RGB (Red+Green+Blue) = 44+116+86=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7456 is #D38BA9. Grayscale: #5B5B5B. Windows color (decimal): -13863850 or 5665836. OLE color: 5665836.
HSL color Cylindrical-coordinate representation of color #2C7456: hue angle of 155º 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 #2C7456 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 86 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.55 |
| HSL | 155º | 0.45% | 0.31% | - |
| HSV(B) | 155º | 0.62% | 0.45% | - |
| XYZ | 8.96 | 13.7 | 10.98 | - |
| YUV | 91.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 86 | 0.62 | 0 | 0.26 | 0.55 | 155 | 0.45 | 0.31 |
| Hex | 2C | 74 | 56 | 3E | 0 | 1A | 37 | 9B | 2D | 1F |
| Octal | 54 | 164 | 126 | 76 | 0 | 32 | 67 | 233 | 55 | 37 |
| Binary | 101100 | 1110100 | 1010110 | 111110 | 0 | 11010 | 110111 | 10011011 | 101101 | 11111 |
Color Harmonies of #2C7456
Complementary color
Monochromatic Colors of #2C7456
Black with #2C7456
Text Example
Text Example
White with #2C7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7456; }
p { color: rgb(44,116,86); }
H1.HeaderClassName
{
color: #2C7456;
}
.AnyTagClassName
{
color: #2C7456;
}
</style>
background-color css
<style>
a { background-color: #2C7456; }
a { background-color: rgb(44,116,86); }
div.DivClassName
{
background-color: #2C7456;
}
.BgClassName
{
background-color: #2C7456;
}
</style>
border-color css
<style>
span { border-color: #2C7456; }
span { border-color: rgb(44,116,86); }
td.TdClassName
{
border-color: #2C7456;
}
.TagClassName
{
border-color: #2C7456;
}
</style>