Shades of Amazon #2B764E
Tints of Amazon #2B764E
RGB
CMYK
RGB Variations
Color information
#2B764E (or 0x2B764E) is known color: Amazon. HEX triplet: 2B, 76 and 4E. RGB value is (43,118,78). Sum of RGB (Red+Green+Blue) = 43+118+78=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #2B764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B764E is #D489B1. Grayscale: #5B5B5B. Windows color (decimal): -13928882 or 5142059. OLE color: 5142059.
HSL color Cylindrical-coordinate representation of color #2B764E: hue angle of 148º 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 #2B764E is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 78 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.54 |
| HSL | 148º | 0.47% | 0.32% | - |
| HSV(B) | 148º | 0.64% | 0.46% | - |
| XYZ | 8.85 | 14.02 | 9.45 | - |
| YUV | 91.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 78 | 0.64 | 0 | 0.34 | 0.54 | 148 | 0.47 | 0.32 |
| Hex | 2B | 76 | 4E | 40 | 0 | 22 | 36 | 94 | 2F | 20 |
| Octal | 53 | 166 | 116 | 100 | 0 | 42 | 66 | 224 | 57 | 40 |
| Binary | 101011 | 1110110 | 1001110 | 1000000 | 0 | 100010 | 110110 | 10010100 | 101111 | 100000 |
Color Harmonies of #2B764E
Complementary color
Monochromatic Colors of #2B764E
Black with #2B764E
Text Example
Text Example
White with #2B764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B764E; }
p { color: rgb(43,118,78); }
H1.HeaderClassName
{
color: #2B764E;
}
.AnyTagClassName
{
color: #2B764E;
}
</style>
background-color css
<style>
a { background-color: #2B764E; }
a { background-color: rgb(43,118,78); }
div.DivClassName
{
background-color: #2B764E;
}
.BgClassName
{
background-color: #2B764E;
}
</style>
border-color css
<style>
span { border-color: #2B764E; }
span { border-color: rgb(43,118,78); }
td.TdClassName
{
border-color: #2B764E;
}
.TagClassName
{
border-color: #2B764E;
}
</style>