Shades of Amazon #2B744C
Tints of Amazon #2B744C
RGB
CMYK
RGB Variations
Color information
#2B744C (or 0x2B744C) is known color: Amazon. HEX triplet: 2B, 74 and 4C. RGB value is (43,116,76). Sum of RGB (Red+Green+Blue) = 43+116+76=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #2B744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B744C is #D48BB3. Grayscale: #595959. Windows color (decimal): -13929396 or 5010475. OLE color: 5010475.
HSL color Cylindrical-coordinate representation of color #2B744C: hue angle of 147.12º 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 #2B744C is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 76 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.55 |
| HSL | 147.12º | 0.46% | 0.31% | - |
| HSV(B) | 147.12º | 0.63% | 0.45% | - |
| XYZ | 8.55 | 13.53 | 9 | - |
| YUV | 89.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 76 | 0.63 | 0 | 0.34 | 0.55 | 147.12 | 0.46 | 0.31 |
| Hex | 2B | 74 | 4C | 3F | 0 | 22 | 37 | 93 | 2E | 1F |
| Octal | 53 | 164 | 114 | 77 | 0 | 42 | 67 | 223 | 56 | 37 |
| Binary | 101011 | 1110100 | 1001100 | 111111 | 0 | 100010 | 110111 | 10010011 | 101110 | 11111 |
Color Harmonies of #2B744C
Complementary color
Monochromatic Colors of #2B744C
Black with #2B744C
Text Example
Text Example
White with #2B744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B744C; }
p { color: rgb(43,116,76); }
H1.HeaderClassName
{
color: #2B744C;
}
.AnyTagClassName
{
color: #2B744C;
}
</style>
background-color css
<style>
a { background-color: #2B744C; }
a { background-color: rgb(43,116,76); }
div.DivClassName
{
background-color: #2B744C;
}
.BgClassName
{
background-color: #2B744C;
}
</style>
border-color css
<style>
span { border-color: #2B744C; }
span { border-color: rgb(43,116,76); }
td.TdClassName
{
border-color: #2B744C;
}
.TagClassName
{
border-color: #2B744C;
}
</style>