Shades of Amazon #2B7454
Tints of Amazon #2B7454
RGB
CMYK
RGB Variations
Color information
#2B7454 (or 0x2B7454) is known color: Amazon. HEX triplet: 2B, 74 and 54. RGB value is (43,116,84). Sum of RGB (Red+Green+Blue) = 43+116+84=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7454 is #D48BAB. Grayscale: #5A5A5A. Windows color (decimal): -13929388 or 5534763. OLE color: 5534763.
HSL color Cylindrical-coordinate representation of color #2B7454: hue angle of 153.7º 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 #2B7454 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 84 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.55 |
| HSL | 153.7º | 0.46% | 0.31% | - |
| HSV(B) | 153.7º | 0.63% | 0.45% | - |
| XYZ | 8.84 | 13.64 | 10.56 | - |
| YUV | 90.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 84 | 0.63 | 0 | 0.28 | 0.55 | 153.7 | 0.46 | 0.31 |
| Hex | 2B | 74 | 54 | 3F | 0 | 1C | 37 | 9A | 2E | 1F |
| Octal | 53 | 164 | 124 | 77 | 0 | 34 | 67 | 232 | 56 | 37 |
| Binary | 101011 | 1110100 | 1010100 | 111111 | 0 | 11100 | 110111 | 10011010 | 101110 | 11111 |
Color Harmonies of #2B7454
Complementary color
Monochromatic Colors of #2B7454
Black with #2B7454
Text Example
Text Example
White with #2B7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7454; }
p { color: rgb(43,116,84); }
H1.HeaderClassName
{
color: #2B7454;
}
.AnyTagClassName
{
color: #2B7454;
}
</style>
background-color css
<style>
a { background-color: #2B7454; }
a { background-color: rgb(43,116,84); }
div.DivClassName
{
background-color: #2B7454;
}
.BgClassName
{
background-color: #2B7454;
}
</style>
border-color css
<style>
span { border-color: #2B7454; }
span { border-color: rgb(43,116,84); }
td.TdClassName
{
border-color: #2B7454;
}
.TagClassName
{
border-color: #2B7454;
}
</style>