Shades of Amazon #2C7754
Tints of Amazon #2C7754
RGB
CMYK
RGB Variations
Color information
#2C7754 (or 0x2C7754) is known color: Amazon. HEX triplet: 2C, 77 and 54. RGB value is (44,119,84). Sum of RGB (Red+Green+Blue) = 44+119+84=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7754 is #D388AB. Grayscale: #5C5C5C. Windows color (decimal): -13863084 or 5535532. OLE color: 5535532.
HSL color Cylindrical-coordinate representation of color #2C7754: hue angle of 152º 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 #2C7754 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 84 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.53 |
| HSL | 152º | 0.46% | 0.32% | - |
| HSV(B) | 152º | 0.63% | 0.47% | - |
| XYZ | 9.24 | 14.37 | 10.67 | - |
| YUV | 92.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 84 | 0.63 | 0 | 0.29 | 0.53 | 152 | 0.46 | 0.32 |
| Hex | 2C | 77 | 54 | 3F | 0 | 1D | 35 | 98 | 2E | 20 |
| Octal | 54 | 167 | 124 | 77 | 0 | 35 | 65 | 230 | 56 | 40 |
| Binary | 101100 | 1110111 | 1010100 | 111111 | 0 | 11101 | 110101 | 10011000 | 101110 | 100000 |
Color Harmonies of #2C7754
Complementary color
Monochromatic Colors of #2C7754
Black with #2C7754
Text Example
Text Example
White with #2C7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7754; }
p { color: rgb(44,119,84); }
H1.HeaderClassName
{
color: #2C7754;
}
.AnyTagClassName
{
color: #2C7754;
}
</style>
background-color css
<style>
a { background-color: #2C7754; }
a { background-color: rgb(44,119,84); }
div.DivClassName
{
background-color: #2C7754;
}
.BgClassName
{
background-color: #2C7754;
}
</style>
border-color css
<style>
span { border-color: #2C7754; }
span { border-color: rgb(44,119,84); }
td.TdClassName
{
border-color: #2C7754;
}
.TagClassName
{
border-color: #2C7754;
}
</style>