Shades of Amazon #2C7859
Tints of Amazon #2C7859
RGB
CMYK
RGB Variations
Color information
#2C7859 (or 0x2C7859) is known color: Amazon. HEX triplet: 2C, 78 and 59. RGB value is (44,120,89). Sum of RGB (Red+Green+Blue) = 44+120+89=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7859 is #D387A6. Grayscale: #5D5D5D. Windows color (decimal): -13862823 or 5863468. OLE color: 5863468.
HSL color Cylindrical-coordinate representation of color #2C7859: hue angle of 155.53º 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 #2C7859 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 89 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.53 |
| HSL | 155.53º | 0.46% | 0.32% | - |
| HSV(B) | 155.53º | 0.63% | 0.47% | - |
| XYZ | 9.56 | 14.69 | 11.78 | - |
| YUV | 93.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 89 | 0.63 | 0 | 0.26 | 0.53 | 155.53 | 0.46 | 0.32 |
| Hex | 2C | 78 | 59 | 3F | 0 | 1A | 35 | 9C | 2E | 20 |
| Octal | 54 | 170 | 131 | 77 | 0 | 32 | 65 | 234 | 56 | 40 |
| Binary | 101100 | 1111000 | 1011001 | 111111 | 0 | 11010 | 110101 | 10011100 | 101110 | 100000 |
Color Harmonies of #2C7859
Complementary color
Monochromatic Colors of #2C7859
Black with #2C7859
Text Example
Text Example
White with #2C7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7859; }
p { color: rgb(44,120,89); }
H1.HeaderClassName
{
color: #2C7859;
}
.AnyTagClassName
{
color: #2C7859;
}
</style>
background-color css
<style>
a { background-color: #2C7859; }
a { background-color: rgb(44,120,89); }
div.DivClassName
{
background-color: #2C7859;
}
.BgClassName
{
background-color: #2C7859;
}
</style>
border-color css
<style>
span { border-color: #2C7859; }
span { border-color: rgb(44,120,89); }
td.TdClassName
{
border-color: #2C7859;
}
.TagClassName
{
border-color: #2C7859;
}
</style>