Shades of Amazon #2B734C
Tints of Amazon #2B734C
RGB
CMYK
RGB Variations
Color information
#2B734C (or 0x2B734C) is known color: Amazon. HEX triplet: 2B, 73 and 4C. RGB value is (43,115,76). Sum of RGB (Red+Green+Blue) = 43+115+76=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #2B734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B734C is #D48CB3. Grayscale: #595959. Windows color (decimal): -13929652 or 5010219. OLE color: 5010219.
HSL color Cylindrical-coordinate representation of color #2B734C: hue angle of 147.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B734C is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 76 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.55 |
| HSL | 147.5º | 0.46% | 0.31% | - |
| HSV(B) | 147.5º | 0.63% | 0.45% | - |
| XYZ | 8.43 | 13.3 | 8.96 | - |
| YUV | 89.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 76 | 0.63 | 0 | 0.34 | 0.55 | 147.5 | 0.46 | 0.31 |
| Hex | 2B | 73 | 4C | 3F | 0 | 22 | 37 | 94 | 2E | 1F |
| Octal | 53 | 163 | 114 | 77 | 0 | 42 | 67 | 224 | 56 | 37 |
| Binary | 101011 | 1110011 | 1001100 | 111111 | 0 | 100010 | 110111 | 10010100 | 101110 | 11111 |
Color Harmonies of #2B734C
Complementary color
Monochromatic Colors of #2B734C
Black with #2B734C
Text Example
Text Example
White with #2B734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B734C; }
p { color: rgb(43,115,76); }
H1.HeaderClassName
{
color: #2B734C;
}
.AnyTagClassName
{
color: #2B734C;
}
</style>
background-color css
<style>
a { background-color: #2B734C; }
a { background-color: rgb(43,115,76); }
div.DivClassName
{
background-color: #2B734C;
}
.BgClassName
{
background-color: #2B734C;
}
</style>
border-color css
<style>
span { border-color: #2B734C; }
span { border-color: rgb(43,115,76); }
td.TdClassName
{
border-color: #2B734C;
}
.TagClassName
{
border-color: #2B734C;
}
</style>