Shades of Amazon #2B7D55
Tints of Amazon #2B7D55
RGB
CMYK
RGB Variations
Color information
#2B7D55 (or 0x2B7D55) is known color: Amazon. HEX triplet: 2B, 7D and 55. RGB value is (43,125,85). Sum of RGB (Red+Green+Blue) = 43+125+85=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D55 is #D482AA. Grayscale: #606060. Windows color (decimal): -13927083 or 5602603. OLE color: 5602603.
HSL color Cylindrical-coordinate representation of color #2B7D55: hue angle of 150.73º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D55 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 125 | 85 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.51 |
| HSL | 150.73º | 0.49% | 0.33% | - |
| HSV(B) | 150.73º | 0.66% | 0.49% | - |
| XYZ | 9.97 | 15.84 | 11.13 | - |
| YUV | 95.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 85 | 0.66 | 0 | 0.32 | 0.51 | 150.73 | 0.49 | 0.33 |
| Hex | 2B | 7D | 55 | 42 | 0 | 20 | 33 | 97 | 31 | 21 |
| Octal | 53 | 175 | 125 | 102 | 0 | 40 | 63 | 227 | 61 | 41 |
| Binary | 101011 | 1111101 | 1010101 | 1000010 | 0 | 100000 | 110011 | 10010111 | 110001 | 100001 |
Color Harmonies of #2B7D55
Complementary color
Monochromatic Colors of #2B7D55
Black with #2B7D55
Text Example
Text Example
White with #2B7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D55; }
p { color: rgb(43,125,85); }
H1.HeaderClassName
{
color: #2B7D55;
}
.AnyTagClassName
{
color: #2B7D55;
}
</style>
background-color css
<style>
a { background-color: #2B7D55; }
a { background-color: rgb(43,125,85); }
div.DivClassName
{
background-color: #2B7D55;
}
.BgClassName
{
background-color: #2B7D55;
}
</style>
border-color css
<style>
span { border-color: #2B7D55; }
span { border-color: rgb(43,125,85); }
td.TdClassName
{
border-color: #2B7D55;
}
.TagClassName
{
border-color: #2B7D55;
}
</style>