Shades of Amazon #2B7654
Tints of Amazon #2B7654
RGB
CMYK
RGB Variations
Color information
#2B7654 (or 0x2B7654) is known color: Amazon. HEX triplet: 2B, 76 and 54. RGB value is (43,118,84). Sum of RGB (Red+Green+Blue) = 43+118+84=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7654 is #D489AB. Grayscale: #5B5B5B. Windows color (decimal): -13928876 or 5535275. OLE color: 5535275.
HSL color Cylindrical-coordinate representation of color #2B7654: hue angle of 152.8º 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 #2B7654 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 84 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.54 |
| HSL | 152.8º | 0.47% | 0.32% | - |
| HSV(B) | 152.8º | 0.64% | 0.46% | - |
| XYZ | 9.07 | 14.11 | 10.63 | - |
| YUV | 91.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 84 | 0.64 | 0 | 0.29 | 0.54 | 152.8 | 0.47 | 0.32 |
| Hex | 2B | 76 | 54 | 40 | 0 | 1D | 36 | 99 | 2F | 20 |
| Octal | 53 | 166 | 124 | 100 | 0 | 35 | 66 | 231 | 57 | 40 |
| Binary | 101011 | 1110110 | 1010100 | 1000000 | 0 | 11101 | 110110 | 10011001 | 101111 | 100000 |
Color Harmonies of #2B7654
Complementary color
Monochromatic Colors of #2B7654
Black with #2B7654
Text Example
Text Example
White with #2B7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7654; }
p { color: rgb(43,118,84); }
H1.HeaderClassName
{
color: #2B7654;
}
.AnyTagClassName
{
color: #2B7654;
}
</style>
background-color css
<style>
a { background-color: #2B7654; }
a { background-color: rgb(43,118,84); }
div.DivClassName
{
background-color: #2B7654;
}
.BgClassName
{
background-color: #2B7654;
}
</style>
border-color css
<style>
span { border-color: #2B7654; }
span { border-color: rgb(43,118,84); }
td.TdClassName
{
border-color: #2B7654;
}
.TagClassName
{
border-color: #2B7654;
}
</style>