Shades of Amazon #2A7C54
Tints of Amazon #2A7C54
RGB
CMYK
RGB Variations
Color information
#2A7C54 (or 0x2A7C54) is known color: Amazon. HEX triplet: 2A, 7C and 54. RGB value is (42,124,84). Sum of RGB (Red+Green+Blue) = 42+124+84=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C54 is #D583AB. Grayscale: #5E5E5E. Windows color (decimal): -13992876 or 5536810. OLE color: 5536810.
HSL color Cylindrical-coordinate representation of color #2A7C54: hue angle of 150.73º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C54 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 84 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.51 |
| HSL | 150.73º | 0.49% | 0.33% | - |
| HSV(B) | 150.73º | 0.66% | 0.49% | - |
| XYZ | 9.76 | 15.55 | 10.87 | - |
| YUV | 94.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 84 | 0.66 | 0 | 0.32 | 0.51 | 150.73 | 0.49 | 0.33 |
| Hex | 2A | 7C | 54 | 42 | 0 | 20 | 33 | 97 | 31 | 21 |
| Octal | 52 | 174 | 124 | 102 | 0 | 40 | 63 | 227 | 61 | 41 |
| Binary | 101010 | 1111100 | 1010100 | 1000010 | 0 | 100000 | 110011 | 10010111 | 110001 | 100001 |
Color Harmonies of #2A7C54
Complementary color
Monochromatic Colors of #2A7C54
Black with #2A7C54
Text Example
Text Example
White with #2A7C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C54; }
p { color: rgb(42,124,84); }
H1.HeaderClassName
{
color: #2A7C54;
}
.AnyTagClassName
{
color: #2A7C54;
}
</style>
background-color css
<style>
a { background-color: #2A7C54; }
a { background-color: rgb(42,124,84); }
div.DivClassName
{
background-color: #2A7C54;
}
.BgClassName
{
background-color: #2A7C54;
}
</style>
border-color css
<style>
span { border-color: #2A7C54; }
span { border-color: rgb(42,124,84); }
td.TdClassName
{
border-color: #2A7C54;
}
.TagClassName
{
border-color: #2A7C54;
}
</style>