Shades of Amazon #2B7855
Tints of Amazon #2B7855
RGB
CMYK
RGB Variations
Color information
#2B7855 (or 0x2B7855) is known color: Amazon. HEX triplet: 2B, 78 and 55. RGB value is (43,120,85). Sum of RGB (Red+Green+Blue) = 43+120+85=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7855 is #D487AA. Grayscale: #5D5D5D. Windows color (decimal): -13928363 or 5601323. OLE color: 5601323.
HSL color Cylindrical-coordinate representation of color #2B7855: hue angle of 152.73º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7855 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 85 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.53 |
| HSL | 152.73º | 0.47% | 0.32% | - |
| HSV(B) | 152.73º | 0.64% | 0.47% | - |
| XYZ | 9.35 | 14.6 | 10.92 | - |
| YUV | 92.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 85 | 0.64 | 0 | 0.29 | 0.53 | 152.73 | 0.47 | 0.32 |
| Hex | 2B | 78 | 55 | 40 | 0 | 1D | 35 | 99 | 2F | 20 |
| Octal | 53 | 170 | 125 | 100 | 0 | 35 | 65 | 231 | 57 | 40 |
| Binary | 101011 | 1111000 | 1010101 | 1000000 | 0 | 11101 | 110101 | 10011001 | 101111 | 100000 |
Color Harmonies of #2B7855
Complementary color
Monochromatic Colors of #2B7855
Black with #2B7855
Text Example
Text Example
White with #2B7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7855; }
p { color: rgb(43,120,85); }
H1.HeaderClassName
{
color: #2B7855;
}
.AnyTagClassName
{
color: #2B7855;
}
</style>
background-color css
<style>
a { background-color: #2B7855; }
a { background-color: rgb(43,120,85); }
div.DivClassName
{
background-color: #2B7855;
}
.BgClassName
{
background-color: #2B7855;
}
</style>
border-color css
<style>
span { border-color: #2B7855; }
span { border-color: rgb(43,120,85); }
td.TdClassName
{
border-color: #2B7855;
}
.TagClassName
{
border-color: #2B7855;
}
</style>