Shades of Amazon #2C7558
Tints of Amazon #2C7558
RGB
CMYK
RGB Variations
Color information
#2C7558 (or 0x2C7558) is known color: Amazon. HEX triplet: 2C, 75 and 58. RGB value is (44,117,88). Sum of RGB (Red+Green+Blue) = 44+117+88=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7558 is #D38AA7. Grayscale: #5B5B5B. Windows color (decimal): -13863592 or 5797164. OLE color: 5797164.
HSL color Cylindrical-coordinate representation of color #2C7558: hue angle of 156.16º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7558 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 117 | 88 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.54 |
| HSL | 156.16º | 0.45% | 0.32% | - |
| HSV(B) | 156.16º | 0.62% | 0.46% | - |
| XYZ | 9.16 | 13.96 | 11.44 | - |
| YUV | 91.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 88 | 0.62 | 0 | 0.25 | 0.54 | 156.16 | 0.45 | 0.32 |
| Hex | 2C | 75 | 58 | 3E | 0 | 19 | 36 | 9C | 2D | 20 |
| Octal | 54 | 165 | 130 | 76 | 0 | 31 | 66 | 234 | 55 | 40 |
| Binary | 101100 | 1110101 | 1011000 | 111110 | 0 | 11001 | 110110 | 10011100 | 101101 | 100000 |
Color Harmonies of #2C7558
Complementary color
Monochromatic Colors of #2C7558
Black with #2C7558
Text Example
Text Example
White with #2C7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7558; }
p { color: rgb(44,117,88); }
H1.HeaderClassName
{
color: #2C7558;
}
.AnyTagClassName
{
color: #2C7558;
}
</style>
background-color css
<style>
a { background-color: #2C7558; }
a { background-color: rgb(44,117,88); }
div.DivClassName
{
background-color: #2C7558;
}
.BgClassName
{
background-color: #2C7558;
}
</style>
border-color css
<style>
span { border-color: #2C7558; }
span { border-color: rgb(44,117,88); }
td.TdClassName
{
border-color: #2C7558;
}
.TagClassName
{
border-color: #2C7558;
}
</style>