Shades of Amazon #2A7A55
Tints of Amazon #2A7A55
RGB
CMYK
RGB Variations
Color information
#2A7A55 (or 0x2A7A55) is known color: Amazon. HEX triplet: 2A, 7A and 55. RGB value is (42,122,85). Sum of RGB (Red+Green+Blue) = 42+122+85=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A55 is #D585AA. Grayscale: #5D5D5D. Windows color (decimal): -13993387 or 5601834. OLE color: 5601834.
HSL color Cylindrical-coordinate representation of color #2A7A55: hue angle of 152.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7A55 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 85 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.52 |
| HSL | 152.25º | 0.49% | 0.32% | - |
| HSV(B) | 152.25º | 0.66% | 0.48% | - |
| XYZ | 9.55 | 15.07 | 11 | - |
| YUV | 93.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 85 | 0.66 | 0 | 0.30 | 0.52 | 152.25 | 0.49 | 0.32 |
| Hex | 2A | 7A | 55 | 42 | 0 | 1E | 34 | 98 | 31 | 20 |
| Octal | 52 | 172 | 125 | 102 | 0 | 36 | 64 | 230 | 61 | 40 |
| Binary | 101010 | 1111010 | 1010101 | 1000010 | 0 | 11110 | 110100 | 10011000 | 110001 | 100000 |
Color Harmonies of #2A7A55
Complementary color
Monochromatic Colors of #2A7A55
Black with #2A7A55
Text Example
Text Example
White with #2A7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A55; }
p { color: rgb(42,122,85); }
H1.HeaderClassName
{
color: #2A7A55;
}
.AnyTagClassName
{
color: #2A7A55;
}
</style>
background-color css
<style>
a { background-color: #2A7A55; }
a { background-color: rgb(42,122,85); }
div.DivClassName
{
background-color: #2A7A55;
}
.BgClassName
{
background-color: #2A7A55;
}
</style>
border-color css
<style>
span { border-color: #2A7A55; }
span { border-color: rgb(42,122,85); }
td.TdClassName
{
border-color: #2A7A55;
}
.TagClassName
{
border-color: #2A7A55;
}
</style>