Shades of Amazon #2B7553
Tints of Amazon #2B7553
RGB
CMYK
RGB Variations
Color information
#2B7553 (or 0x2B7553) is known color: Amazon. HEX triplet: 2B, 75 and 53. RGB value is (43,117,83). Sum of RGB (Red+Green+Blue) = 43+117+83=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7553 is #D48AAC. Grayscale: #5B5B5B. Windows color (decimal): -13929133 or 5469483. OLE color: 5469483.
HSL color Cylindrical-coordinate representation of color #2B7553: hue angle of 152.43º 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 #2B7553 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 83 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.54 |
| HSL | 152.43º | 0.46% | 0.31% | - |
| HSV(B) | 152.43º | 0.63% | 0.46% | - |
| XYZ | 8.92 | 13.86 | 10.39 | - |
| YUV | 91 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 83 | 0.63 | 0 | 0.29 | 0.54 | 152.43 | 0.46 | 0.31 |
| Hex | 2B | 75 | 53 | 3F | 0 | 1D | 36 | 98 | 2E | 1F |
| Octal | 53 | 165 | 123 | 77 | 0 | 35 | 66 | 230 | 56 | 37 |
| Binary | 101011 | 1110101 | 1010011 | 111111 | 0 | 11101 | 110110 | 10011000 | 101110 | 11111 |
Color Harmonies of #2B7553
Complementary color
Monochromatic Colors of #2B7553
Black with #2B7553
Text Example
Text Example
White with #2B7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7553; }
p { color: rgb(43,117,83); }
H1.HeaderClassName
{
color: #2B7553;
}
.AnyTagClassName
{
color: #2B7553;
}
</style>
background-color css
<style>
a { background-color: #2B7553; }
a { background-color: rgb(43,117,83); }
div.DivClassName
{
background-color: #2B7553;
}
.BgClassName
{
background-color: #2B7553;
}
</style>
border-color css
<style>
span { border-color: #2B7553; }
span { border-color: rgb(43,117,83); }
td.TdClassName
{
border-color: #2B7553;
}
.TagClassName
{
border-color: #2B7553;
}
</style>