Shades of Amazon #2A7655
Tints of Amazon #2A7655
RGB
CMYK
RGB Variations
Color information
#2A7655 (or 0x2A7655) is known color: Amazon. HEX triplet: 2A, 76 and 55. RGB value is (42,118,85). Sum of RGB (Red+Green+Blue) = 42+118+85=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7655 is #D589AA. Grayscale: #5B5B5B. Windows color (decimal): -13994411 or 5600810. OLE color: 5600810.
HSL color Cylindrical-coordinate representation of color #2A7655: hue angle of 153.95º 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 #2A7655 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 118 | 85 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.54 |
| HSL | 153.95º | 0.48% | 0.31% | - |
| HSV(B) | 153.95º | 0.64% | 0.46% | - |
| XYZ | 9.07 | 14.1 | 10.84 | - |
| YUV | 91.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 85 | 0.64 | 0 | 0.28 | 0.54 | 153.95 | 0.48 | 0.31 |
| Hex | 2A | 76 | 55 | 40 | 0 | 1C | 36 | 9A | 30 | 1F |
| Octal | 52 | 166 | 125 | 100 | 0 | 34 | 66 | 232 | 60 | 37 |
| Binary | 101010 | 1110110 | 1010101 | 1000000 | 0 | 11100 | 110110 | 10011010 | 110000 | 11111 |
Color Harmonies of #2A7655
Complementary color
Monochromatic Colors of #2A7655
Black with #2A7655
Text Example
Text Example
White with #2A7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7655; }
p { color: rgb(42,118,85); }
H1.HeaderClassName
{
color: #2A7655;
}
.AnyTagClassName
{
color: #2A7655;
}
</style>
background-color css
<style>
a { background-color: #2A7655; }
a { background-color: rgb(42,118,85); }
div.DivClassName
{
background-color: #2A7655;
}
.BgClassName
{
background-color: #2A7655;
}
</style>
border-color css
<style>
span { border-color: #2A7655; }
span { border-color: rgb(42,118,85); }
td.TdClassName
{
border-color: #2A7655;
}
.TagClassName
{
border-color: #2A7655;
}
</style>