Shades of Amazon #2B7C53
Tints of Amazon #2B7C53
RGB
CMYK
RGB Variations
Color information
#2B7C53 (or 0x2B7C53) is known color: Amazon. HEX triplet: 2B, 7C and 53. RGB value is (43,124,83). Sum of RGB (Red+Green+Blue) = 43+124+83=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C53 is #D483AC. Grayscale: #5F5F5F. Windows color (decimal): -13927341 or 5471275. OLE color: 5471275.
HSL color Cylindrical-coordinate representation of color #2B7C53: hue angle of 149.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7C53 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 124 | 83 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.51 |
| HSL | 149.63º | 0.49% | 0.33% | - |
| HSV(B) | 149.63º | 0.65% | 0.49% | - |
| XYZ | 9.77 | 15.55 | 10.67 | - |
| YUV | 95.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 83 | 0.65 | 0 | 0.33 | 0.51 | 149.63 | 0.49 | 0.33 |
| Hex | 2B | 7C | 53 | 41 | 0 | 21 | 33 | 96 | 31 | 21 |
| Octal | 53 | 174 | 123 | 101 | 0 | 41 | 63 | 226 | 61 | 41 |
| Binary | 101011 | 1111100 | 1010011 | 1000001 | 0 | 100001 | 110011 | 10010110 | 110001 | 100001 |
Color Harmonies of #2B7C53
Complementary color
Monochromatic Colors of #2B7C53
Black with #2B7C53
Text Example
Text Example
White with #2B7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C53; }
p { color: rgb(43,124,83); }
H1.HeaderClassName
{
color: #2B7C53;
}
.AnyTagClassName
{
color: #2B7C53;
}
</style>
background-color css
<style>
a { background-color: #2B7C53; }
a { background-color: rgb(43,124,83); }
div.DivClassName
{
background-color: #2B7C53;
}
.BgClassName
{
background-color: #2B7C53;
}
</style>
border-color css
<style>
span { border-color: #2B7C53; }
span { border-color: rgb(43,124,83); }
td.TdClassName
{
border-color: #2B7C53;
}
.TagClassName
{
border-color: #2B7C53;
}
</style>