Shades of Amazon #2B7848
Tints of Amazon #2B7848
RGB
CMYK
RGB Variations
Color information
#2B7848 (or 0x2B7848) is known color: Amazon. HEX triplet: 2B, 78 and 48. RGB value is (43,120,72). Sum of RGB (Red+Green+Blue) = 43+120+72=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7848 is #D487B7. Grayscale: #5B5B5B. Windows color (decimal): -13928376 or 4749355. OLE color: 4749355.
HSL color Cylindrical-coordinate representation of color #2B7848: hue angle of 142.6º 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 #2B7848 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 72 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.53 |
| HSL | 142.6º | 0.47% | 0.32% | - |
| HSV(B) | 142.6º | 0.64% | 0.47% | - |
| XYZ | 8.88 | 14.41 | 8.44 | - |
| YUV | 91.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 72 | 0.64 | 0 | 0.40 | 0.53 | 142.6 | 0.47 | 0.32 |
| Hex | 2B | 78 | 48 | 40 | 0 | 28 | 35 | 8F | 2F | 20 |
| Octal | 53 | 170 | 110 | 100 | 0 | 50 | 65 | 217 | 57 | 40 |
| Binary | 101011 | 1111000 | 1001000 | 1000000 | 0 | 101000 | 110101 | 10001111 | 101111 | 100000 |
Color Harmonies of #2B7848
Complementary color
Monochromatic Colors of #2B7848
Black with #2B7848
Text Example
Text Example
White with #2B7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7848; }
p { color: rgb(43,120,72); }
H1.HeaderClassName
{
color: #2B7848;
}
.AnyTagClassName
{
color: #2B7848;
}
</style>
background-color css
<style>
a { background-color: #2B7848; }
a { background-color: rgb(43,120,72); }
div.DivClassName
{
background-color: #2B7848;
}
.BgClassName
{
background-color: #2B7848;
}
</style>
border-color css
<style>
span { border-color: #2B7848; }
span { border-color: rgb(43,120,72); }
td.TdClassName
{
border-color: #2B7848;
}
.TagClassName
{
border-color: #2B7848;
}
</style>