Shades of Amazon #2C7755
Tints of Amazon #2C7755
RGB
CMYK
RGB Variations
Color information
#2C7755 (or 0x2C7755) is known color: Amazon. HEX triplet: 2C, 77 and 55. RGB value is (44,119,85). Sum of RGB (Red+Green+Blue) = 44+119+85=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7755 is #D388AA. Grayscale: #5C5C5C. Windows color (decimal): -13863083 or 5601068. OLE color: 5601068.
HSL color Cylindrical-coordinate representation of color #2C7755: hue angle of 152.8º 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 #2C7755 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 85 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.53 |
| HSL | 152.8º | 0.46% | 0.32% | - |
| HSV(B) | 152.8º | 0.63% | 0.47% | - |
| XYZ | 9.28 | 14.39 | 10.88 | - |
| YUV | 92.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 85 | 0.63 | 0 | 0.29 | 0.53 | 152.8 | 0.46 | 0.32 |
| Hex | 2C | 77 | 55 | 3F | 0 | 1D | 35 | 99 | 2E | 20 |
| Octal | 54 | 167 | 125 | 77 | 0 | 35 | 65 | 231 | 56 | 40 |
| Binary | 101100 | 1110111 | 1010101 | 111111 | 0 | 11101 | 110101 | 10011001 | 101110 | 100000 |
Color Harmonies of #2C7755
Complementary color
Monochromatic Colors of #2C7755
Black with #2C7755
Text Example
Text Example
White with #2C7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7755; }
p { color: rgb(44,119,85); }
H1.HeaderClassName
{
color: #2C7755;
}
.AnyTagClassName
{
color: #2C7755;
}
</style>
background-color css
<style>
a { background-color: #2C7755; }
a { background-color: rgb(44,119,85); }
div.DivClassName
{
background-color: #2C7755;
}
.BgClassName
{
background-color: #2C7755;
}
</style>
border-color css
<style>
span { border-color: #2C7755; }
span { border-color: rgb(44,119,85); }
td.TdClassName
{
border-color: #2C7755;
}
.TagClassName
{
border-color: #2C7755;
}
</style>