Shades of Amazon #2B7C56
Tints of Amazon #2B7C56
RGB
CMYK
RGB Variations
Color information
#2B7C56 (or 0x2B7C56) is known color: Amazon. HEX triplet: 2B, 7C and 56. RGB value is (43,124,86). Sum of RGB (Red+Green+Blue) = 43+124+86=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C56 is #D483A9. Grayscale: #5F5F5F. Windows color (decimal): -13927338 or 5667883. OLE color: 5667883.
HSL color Cylindrical-coordinate representation of color #2B7C56: hue angle of 151.85º 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 #2B7C56 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 124 | 86 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.51 |
| HSL | 151.85º | 0.49% | 0.33% | - |
| HSV(B) | 151.85º | 0.65% | 0.49% | - |
| XYZ | 9.88 | 15.6 | 11.29 | - |
| YUV | 95.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 86 | 0.65 | 0 | 0.31 | 0.51 | 151.85 | 0.49 | 0.33 |
| Hex | 2B | 7C | 56 | 41 | 0 | 1F | 33 | 98 | 31 | 21 |
| Octal | 53 | 174 | 126 | 101 | 0 | 37 | 63 | 230 | 61 | 41 |
| Binary | 101011 | 1111100 | 1010110 | 1000001 | 0 | 11111 | 110011 | 10011000 | 110001 | 100001 |
Color Harmonies of #2B7C56
Complementary color
Monochromatic Colors of #2B7C56
Black with #2B7C56
Text Example
Text Example
White with #2B7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C56; }
p { color: rgb(43,124,86); }
H1.HeaderClassName
{
color: #2B7C56;
}
.AnyTagClassName
{
color: #2B7C56;
}
</style>
background-color css
<style>
a { background-color: #2B7C56; }
a { background-color: rgb(43,124,86); }
div.DivClassName
{
background-color: #2B7C56;
}
.BgClassName
{
background-color: #2B7C56;
}
</style>
border-color css
<style>
span { border-color: #2B7C56; }
span { border-color: rgb(43,124,86); }
td.TdClassName
{
border-color: #2B7C56;
}
.TagClassName
{
border-color: #2B7C56;
}
</style>