Shades of Amazon #2A754D
Tints of Amazon #2A754D
RGB
CMYK
RGB Variations
Color information
#2A754D (or 0x2A754D) is known color: Amazon. HEX triplet: 2A, 75 and 4D. RGB value is (42,117,77). Sum of RGB (Red+Green+Blue) = 42+117+77=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #2A754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A754D is #D58AB2. Grayscale: #5A5A5A. Windows color (decimal): -13994675 or 5076266. OLE color: 5076266.
HSL color Cylindrical-coordinate representation of color #2A754D: hue angle of 148º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A754D is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 77 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.54 |
| HSL | 148º | 0.47% | 0.31% | - |
| HSV(B) | 148º | 0.64% | 0.46% | - |
| XYZ | 8.66 | 13.75 | 9.22 | - |
| YUV | 90.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 77 | 0.64 | 0 | 0.34 | 0.54 | 148 | 0.47 | 0.31 |
| Hex | 2A | 75 | 4D | 40 | 0 | 22 | 36 | 94 | 2F | 1F |
| Octal | 52 | 165 | 115 | 100 | 0 | 42 | 66 | 224 | 57 | 37 |
| Binary | 101010 | 1110101 | 1001101 | 1000000 | 0 | 100010 | 110110 | 10010100 | 101111 | 11111 |
Color Harmonies of #2A754D
Complementary color
Monochromatic Colors of #2A754D
Black with #2A754D
Text Example
Text Example
White with #2A754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A754D; }
p { color: rgb(42,117,77); }
H1.HeaderClassName
{
color: #2A754D;
}
.AnyTagClassName
{
color: #2A754D;
}
</style>
background-color css
<style>
a { background-color: #2A754D; }
a { background-color: rgb(42,117,77); }
div.DivClassName
{
background-color: #2A754D;
}
.BgClassName
{
background-color: #2A754D;
}
</style>
border-color css
<style>
span { border-color: #2A754D; }
span { border-color: rgb(42,117,77); }
td.TdClassName
{
border-color: #2A754D;
}
.TagClassName
{
border-color: #2A754D;
}
</style>