Shades of Amazon #2C7855
Tints of Amazon #2C7855
RGB
CMYK
RGB Variations
Color information
#2C7855 (or 0x2C7855) is known color: Amazon. HEX triplet: 2C, 78 and 55. RGB value is (44,120,85). Sum of RGB (Red+Green+Blue) = 44+120+85=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7855 is #D387AA. Grayscale: #5D5D5D. Windows color (decimal): -13862827 or 5601324. OLE color: 5601324.
HSL color Cylindrical-coordinate representation of color #2C7855: hue angle of 152.37º 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 #2C7855 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 85 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.53 |
| HSL | 152.37º | 0.46% | 0.32% | - |
| HSV(B) | 152.37º | 0.63% | 0.47% | - |
| XYZ | 9.39 | 14.62 | 10.92 | - |
| YUV | 93.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 85 | 0.63 | 0 | 0.29 | 0.53 | 152.37 | 0.46 | 0.32 |
| Hex | 2C | 78 | 55 | 3F | 0 | 1D | 35 | 98 | 2E | 20 |
| Octal | 54 | 170 | 125 | 77 | 0 | 35 | 65 | 230 | 56 | 40 |
| Binary | 101100 | 1111000 | 1010101 | 111111 | 0 | 11101 | 110101 | 10011000 | 101110 | 100000 |
Color Harmonies of #2C7855
Complementary color
Monochromatic Colors of #2C7855
Black with #2C7855
Text Example
Text Example
White with #2C7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7855; }
p { color: rgb(44,120,85); }
H1.HeaderClassName
{
color: #2C7855;
}
.AnyTagClassName
{
color: #2C7855;
}
</style>
background-color css
<style>
a { background-color: #2C7855; }
a { background-color: rgb(44,120,85); }
div.DivClassName
{
background-color: #2C7855;
}
.BgClassName
{
background-color: #2C7855;
}
</style>
border-color css
<style>
span { border-color: #2C7855; }
span { border-color: rgb(44,120,85); }
td.TdClassName
{
border-color: #2C7855;
}
.TagClassName
{
border-color: #2C7855;
}
</style>