Shades of Amazon #2C7E54
Tints of Amazon #2C7E54
RGB
CMYK
RGB Variations
Color information
#2C7E54 (or 0x2C7E54) is known color: Amazon. HEX triplet: 2C, 7E and 54. RGB value is (44,126,84). Sum of RGB (Red+Green+Blue) = 44+126+84=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7E54 is #D381AB. Grayscale: #606060. Windows color (decimal): -13861292 or 5537324. OLE color: 5537324.
HSL color Cylindrical-coordinate representation of color #2C7E54: hue angle of 149.27º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7E54 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 126 | 84 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.51 |
| HSL | 149.27º | 0.48% | 0.33% | - |
| HSV(B) | 149.27º | 0.65% | 0.49% | - |
| XYZ | 10.1 | 16.1 | 10.96 | - |
| YUV | 96.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 84 | 0.65 | 0 | 0.33 | 0.51 | 149.27 | 0.48 | 0.33 |
| Hex | 2C | 7E | 54 | 41 | 0 | 21 | 33 | 95 | 30 | 21 |
| Octal | 54 | 176 | 124 | 101 | 0 | 41 | 63 | 225 | 60 | 41 |
| Binary | 101100 | 1111110 | 1010100 | 1000001 | 0 | 100001 | 110011 | 10010101 | 110000 | 100001 |
Color Harmonies of #2C7E54
Complementary color
Monochromatic Colors of #2C7E54
Black with #2C7E54
Text Example
Text Example
White with #2C7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7E54; }
p { color: rgb(44,126,84); }
H1.HeaderClassName
{
color: #2C7E54;
}
.AnyTagClassName
{
color: #2C7E54;
}
</style>
background-color css
<style>
a { background-color: #2C7E54; }
a { background-color: rgb(44,126,84); }
div.DivClassName
{
background-color: #2C7E54;
}
.BgClassName
{
background-color: #2C7E54;
}
</style>
border-color css
<style>
span { border-color: #2C7E54; }
span { border-color: rgb(44,126,84); }
td.TdClassName
{
border-color: #2C7E54;
}
.TagClassName
{
border-color: #2C7E54;
}
</style>