Shades of Amazon #2B7A55
Tints of Amazon #2B7A55
RGB
CMYK
RGB Variations
Color information
#2B7A55 (or 0x2B7A55) is known color: Amazon. HEX triplet: 2B, 7A and 55. RGB value is (43,122,85). Sum of RGB (Red+Green+Blue) = 43+122+85=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7A55 is #D485AA. Grayscale: #5E5E5E. Windows color (decimal): -13927851 or 5601835. OLE color: 5601835.
HSL color Cylindrical-coordinate representation of color #2B7A55: hue angle of 151.9º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A55 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 85 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.52 |
| HSL | 151.9º | 0.48% | 0.32% | - |
| HSV(B) | 151.9º | 0.65% | 0.48% | - |
| XYZ | 9.6 | 15.09 | 11 | - |
| YUV | 94.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 85 | 0.65 | 0 | 0.30 | 0.52 | 151.9 | 0.48 | 0.32 |
| Hex | 2B | 7A | 55 | 41 | 0 | 1E | 34 | 98 | 30 | 20 |
| Octal | 53 | 172 | 125 | 101 | 0 | 36 | 64 | 230 | 60 | 40 |
| Binary | 101011 | 1111010 | 1010101 | 1000001 | 0 | 11110 | 110100 | 10011000 | 110000 | 100000 |
Color Harmonies of #2B7A55
Complementary color
Monochromatic Colors of #2B7A55
Black with #2B7A55
Text Example
Text Example
White with #2B7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A55; }
p { color: rgb(43,122,85); }
H1.HeaderClassName
{
color: #2B7A55;
}
.AnyTagClassName
{
color: #2B7A55;
}
</style>
background-color css
<style>
a { background-color: #2B7A55; }
a { background-color: rgb(43,122,85); }
div.DivClassName
{
background-color: #2B7A55;
}
.BgClassName
{
background-color: #2B7A55;
}
</style>
border-color css
<style>
span { border-color: #2B7A55; }
span { border-color: rgb(43,122,85); }
td.TdClassName
{
border-color: #2B7A55;
}
.TagClassName
{
border-color: #2B7A55;
}
</style>