Shades of Amazon #2A785A
Tints of Amazon #2A785A
RGB
CMYK
RGB Variations
Color information
#2A785A (or 0x2A785A) is known color: Amazon. HEX triplet: 2A, 78 and 5A. RGB value is (42,120,90). Sum of RGB (Red+Green+Blue) = 42+120+90=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785A is #D587A5. Grayscale: #5D5D5D. Windows color (decimal): -13993894 or 5929002. OLE color: 5929002.
HSL color Cylindrical-coordinate representation of color #2A785A: hue angle of 156.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A785A is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 90 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.53 |
| HSL | 156.92º | 0.48% | 0.32% | - |
| HSV(B) | 156.92º | 0.65% | 0.47% | - |
| XYZ | 9.52 | 14.66 | 12 | - |
| YUV | 93.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 90 | 0.65 | 0 | 0.25 | 0.53 | 156.92 | 0.48 | 0.32 |
| Hex | 2A | 78 | 5A | 41 | 0 | 19 | 35 | 9D | 30 | 20 |
| Octal | 52 | 170 | 132 | 101 | 0 | 31 | 65 | 235 | 60 | 40 |
| Binary | 101010 | 1111000 | 1011010 | 1000001 | 0 | 11001 | 110101 | 10011101 | 110000 | 100000 |
Color Harmonies of #2A785A
Complementary color
Monochromatic Colors of #2A785A
Black with #2A785A
Text Example
Text Example
White with #2A785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A785A; }
p { color: rgb(42,120,90); }
H1.HeaderClassName
{
color: #2A785A;
}
.AnyTagClassName
{
color: #2A785A;
}
</style>
background-color css
<style>
a { background-color: #2A785A; }
a { background-color: rgb(42,120,90); }
div.DivClassName
{
background-color: #2A785A;
}
.BgClassName
{
background-color: #2A785A;
}
</style>
border-color css
<style>
span { border-color: #2A785A; }
span { border-color: rgb(42,120,90); }
td.TdClassName
{
border-color: #2A785A;
}
.TagClassName
{
border-color: #2A785A;
}
</style>