Shades of Amazon #2C7759
Tints of Amazon #2C7759
RGB
CMYK
RGB Variations
Color information
#2C7759 (or 0x2C7759) is known color: Amazon. HEX triplet: 2C, 77 and 59. RGB value is (44,119,89). Sum of RGB (Red+Green+Blue) = 44+119+89=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7759 is #D388A6. Grayscale: #5D5D5D. Windows color (decimal): -13863079 or 5863212. OLE color: 5863212.
HSL color Cylindrical-coordinate representation of color #2C7759: hue angle of 156º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7759 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 89 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.53 |
| HSL | 156º | 0.46% | 0.32% | - |
| HSV(B) | 156º | 0.63% | 0.47% | - |
| XYZ | 9.44 | 14.45 | 11.74 | - |
| YUV | 93.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 89 | 0.63 | 0 | 0.25 | 0.53 | 156 | 0.46 | 0.32 |
| Hex | 2C | 77 | 59 | 3F | 0 | 19 | 35 | 9C | 2E | 20 |
| Octal | 54 | 167 | 131 | 77 | 0 | 31 | 65 | 234 | 56 | 40 |
| Binary | 101100 | 1110111 | 1011001 | 111111 | 0 | 11001 | 110101 | 10011100 | 101110 | 100000 |
Color Harmonies of #2C7759
Complementary color
Monochromatic Colors of #2C7759
Black with #2C7759
Text Example
Text Example
White with #2C7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7759; }
p { color: rgb(44,119,89); }
H1.HeaderClassName
{
color: #2C7759;
}
.AnyTagClassName
{
color: #2C7759;
}
</style>
background-color css
<style>
a { background-color: #2C7759; }
a { background-color: rgb(44,119,89); }
div.DivClassName
{
background-color: #2C7759;
}
.BgClassName
{
background-color: #2C7759;
}
</style>
border-color css
<style>
span { border-color: #2C7759; }
span { border-color: rgb(44,119,89); }
td.TdClassName
{
border-color: #2C7759;
}
.TagClassName
{
border-color: #2C7759;
}
</style>