Shades of Amazon #2C7758
Tints of Amazon #2C7758
RGB
CMYK
RGB Variations
Color information
#2C7758 (or 0x2C7758) is known color: Amazon. HEX triplet: 2C, 77 and 58. RGB value is (44,119,88). Sum of RGB (Red+Green+Blue) = 44+119+88=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7758 is #D388A7. Grayscale: #5D5D5D. Windows color (decimal): -13863080 or 5797676. OLE color: 5797676.
HSL color Cylindrical-coordinate representation of color #2C7758: hue angle of 155.2º 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 #2C7758 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 88 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.53 |
| HSL | 155.2º | 0.46% | 0.32% | - |
| HSV(B) | 155.2º | 0.63% | 0.47% | - |
| XYZ | 9.4 | 14.43 | 11.52 | - |
| YUV | 93.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 88 | 0.63 | 0 | 0.26 | 0.53 | 155.2 | 0.46 | 0.32 |
| Hex | 2C | 77 | 58 | 3F | 0 | 1A | 35 | 9B | 2E | 20 |
| Octal | 54 | 167 | 130 | 77 | 0 | 32 | 65 | 233 | 56 | 40 |
| Binary | 101100 | 1110111 | 1011000 | 111111 | 0 | 11010 | 110101 | 10011011 | 101110 | 100000 |
Color Harmonies of #2C7758
Complementary color
Monochromatic Colors of #2C7758
Black with #2C7758
Text Example
Text Example
White with #2C7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7758; }
p { color: rgb(44,119,88); }
H1.HeaderClassName
{
color: #2C7758;
}
.AnyTagClassName
{
color: #2C7758;
}
</style>
background-color css
<style>
a { background-color: #2C7758; }
a { background-color: rgb(44,119,88); }
div.DivClassName
{
background-color: #2C7758;
}
.BgClassName
{
background-color: #2C7758;
}
</style>
border-color css
<style>
span { border-color: #2C7758; }
span { border-color: rgb(44,119,88); }
td.TdClassName
{
border-color: #2C7758;
}
.TagClassName
{
border-color: #2C7758;
}
</style>