Shades of Amazon #2B7658
Tints of Amazon #2B7658
RGB
CMYK
RGB Variations
Color information
#2B7658 (or 0x2B7658) is known color: Amazon. HEX triplet: 2B, 76 and 58. RGB value is (43,118,88). Sum of RGB (Red+Green+Blue) = 43+118+88=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7658 is #D489A7. Grayscale: #5C5C5C. Windows color (decimal): -13928872 or 5797419. OLE color: 5797419.
HSL color Cylindrical-coordinate representation of color #2B7658: hue angle of 156º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7658 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 88 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.54 |
| HSL | 156º | 0.47% | 0.32% | - |
| HSV(B) | 156º | 0.64% | 0.46% | - |
| XYZ | 9.24 | 14.18 | 11.48 | - |
| YUV | 92.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 88 | 0.64 | 0 | 0.25 | 0.54 | 156 | 0.47 | 0.32 |
| Hex | 2B | 76 | 58 | 40 | 0 | 19 | 36 | 9C | 2F | 20 |
| Octal | 53 | 166 | 130 | 100 | 0 | 31 | 66 | 234 | 57 | 40 |
| Binary | 101011 | 1110110 | 1011000 | 1000000 | 0 | 11001 | 110110 | 10011100 | 101111 | 100000 |
Color Harmonies of #2B7658
Complementary color
Monochromatic Colors of #2B7658
Black with #2B7658
Text Example
Text Example
White with #2B7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7658; }
p { color: rgb(43,118,88); }
H1.HeaderClassName
{
color: #2B7658;
}
.AnyTagClassName
{
color: #2B7658;
}
</style>
background-color css
<style>
a { background-color: #2B7658; }
a { background-color: rgb(43,118,88); }
div.DivClassName
{
background-color: #2B7658;
}
.BgClassName
{
background-color: #2B7658;
}
</style>
border-color css
<style>
span { border-color: #2B7658; }
span { border-color: rgb(43,118,88); }
td.TdClassName
{
border-color: #2B7658;
}
.TagClassName
{
border-color: #2B7658;
}
</style>