Shades of Amazon #2B754C
Tints of Amazon #2B754C
RGB
CMYK
RGB Variations
Color information
#2B754C (or 0x2B754C) is known color: Amazon. HEX triplet: 2B, 75 and 4C. RGB value is (43,117,76). Sum of RGB (Red+Green+Blue) = 43+117+76=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #2B754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B754C is #D48AB3. Grayscale: #5A5A5A. Windows color (decimal): -13929140 or 5010731. OLE color: 5010731.
HSL color Cylindrical-coordinate representation of color #2B754C: hue angle of 146.76º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B754C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 76 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.54 |
| HSL | 146.76º | 0.46% | 0.31% | - |
| HSV(B) | 146.76º | 0.63% | 0.46% | - |
| XYZ | 8.66 | 13.76 | 9.04 | - |
| YUV | 90.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 76 | 0.63 | 0 | 0.35 | 0.54 | 146.76 | 0.46 | 0.31 |
| Hex | 2B | 75 | 4C | 3F | 0 | 23 | 36 | 93 | 2E | 1F |
| Octal | 53 | 165 | 114 | 77 | 0 | 43 | 66 | 223 | 56 | 37 |
| Binary | 101011 | 1110101 | 1001100 | 111111 | 0 | 100011 | 110110 | 10010011 | 101110 | 11111 |
Color Harmonies of #2B754C
Complementary color
Monochromatic Colors of #2B754C
Black with #2B754C
Text Example
Text Example
White with #2B754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B754C; }
p { color: rgb(43,117,76); }
H1.HeaderClassName
{
color: #2B754C;
}
.AnyTagClassName
{
color: #2B754C;
}
</style>
background-color css
<style>
a { background-color: #2B754C; }
a { background-color: rgb(43,117,76); }
div.DivClassName
{
background-color: #2B754C;
}
.BgClassName
{
background-color: #2B754C;
}
</style>
border-color css
<style>
span { border-color: #2B754C; }
span { border-color: rgb(43,117,76); }
td.TdClassName
{
border-color: #2B754C;
}
.TagClassName
{
border-color: #2B754C;
}
</style>