Shades of Amazon #2C7957
Tints of Amazon #2C7957
RGB
CMYK
RGB Variations
Color information
#2C7957 (or 0x2C7957) is known color: Amazon. HEX triplet: 2C, 79 and 57. RGB value is (44,121,87). Sum of RGB (Red+Green+Blue) = 44+121+87=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7957 is #D386A8. Grayscale: #5E5E5E. Windows color (decimal): -13862569 or 5732652. OLE color: 5732652.
HSL color Cylindrical-coordinate representation of color #2C7957: hue angle of 153.51º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7957 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 87 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.53 |
| HSL | 153.51º | 0.47% | 0.32% | - |
| HSV(B) | 153.51º | 0.64% | 0.47% | - |
| XYZ | 9.6 | 14.9 | 11.39 | - |
| YUV | 94.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 87 | 0.64 | 0 | 0.28 | 0.53 | 153.51 | 0.47 | 0.32 |
| Hex | 2C | 79 | 57 | 40 | 0 | 1C | 35 | 9A | 2F | 20 |
| Octal | 54 | 171 | 127 | 100 | 0 | 34 | 65 | 232 | 57 | 40 |
| Binary | 101100 | 1111001 | 1010111 | 1000000 | 0 | 11100 | 110101 | 10011010 | 101111 | 100000 |
Color Harmonies of #2C7957
Complementary color
Monochromatic Colors of #2C7957
Black with #2C7957
Text Example
Text Example
White with #2C7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7957; }
p { color: rgb(44,121,87); }
H1.HeaderClassName
{
color: #2C7957;
}
.AnyTagClassName
{
color: #2C7957;
}
</style>
background-color css
<style>
a { background-color: #2C7957; }
a { background-color: rgb(44,121,87); }
div.DivClassName
{
background-color: #2C7957;
}
.BgClassName
{
background-color: #2C7957;
}
</style>
border-color css
<style>
span { border-color: #2C7957; }
span { border-color: rgb(44,121,87); }
td.TdClassName
{
border-color: #2C7957;
}
.TagClassName
{
border-color: #2C7957;
}
</style>