Shades of Amazon #2C7357
Tints of Amazon #2C7357
RGB
CMYK
RGB Variations
Color information
#2C7357 (or 0x2C7357) is known color: Amazon. HEX triplet: 2C, 73 and 57. RGB value is (44,115,87). Sum of RGB (Red+Green+Blue) = 44+115+87=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7357 is #D38CA8. Grayscale: #5A5A5A. Windows color (decimal): -13864105 or 5731116. OLE color: 5731116.
HSL color Cylindrical-coordinate representation of color #2C7357: hue angle of 156.34º 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 #2C7357 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 115 | 87 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.55 |
| HSL | 156.34º | 0.45% | 0.31% | - |
| HSV(B) | 156.34º | 0.62% | 0.45% | - |
| XYZ | 8.89 | 13.49 | 11.15 | - |
| YUV | 90.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 87 | 0.62 | 0 | 0.24 | 0.55 | 156.34 | 0.45 | 0.31 |
| Hex | 2C | 73 | 57 | 3E | 0 | 18 | 37 | 9C | 2D | 1F |
| Octal | 54 | 163 | 127 | 76 | 0 | 30 | 67 | 234 | 55 | 37 |
| Binary | 101100 | 1110011 | 1010111 | 111110 | 0 | 11000 | 110111 | 10011100 | 101101 | 11111 |
Color Harmonies of #2C7357
Complementary color
Monochromatic Colors of #2C7357
Black with #2C7357
Text Example
Text Example
White with #2C7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7357; }
p { color: rgb(44,115,87); }
H1.HeaderClassName
{
color: #2C7357;
}
.AnyTagClassName
{
color: #2C7357;
}
</style>
background-color css
<style>
a { background-color: #2C7357; }
a { background-color: rgb(44,115,87); }
div.DivClassName
{
background-color: #2C7357;
}
.BgClassName
{
background-color: #2C7357;
}
</style>
border-color css
<style>
span { border-color: #2C7357; }
span { border-color: rgb(44,115,87); }
td.TdClassName
{
border-color: #2C7357;
}
.TagClassName
{
border-color: #2C7357;
}
</style>