Shades of Amazon #2B7B5B
Tints of Amazon #2B7B5B
RGB
CMYK
RGB Variations
Color information
#2B7B5B (or 0x2B7B5B) is known color: Amazon. HEX triplet: 2B, 7B and 5B. RGB value is (43,123,91). Sum of RGB (Red+Green+Blue) = 43+123+91=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B5B is #D484A4. Grayscale: #5F5F5F. Windows color (decimal): -13927589 or 5995307. OLE color: 5995307.
HSL color Cylindrical-coordinate representation of color #2B7B5B: hue angle of 156º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B5B is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 123 | 91 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.52 |
| HSL | 156º | 0.48% | 0.33% | - |
| HSV(B) | 156º | 0.65% | 0.48% | - |
| XYZ | 9.97 | 15.43 | 12.35 | - |
| YUV | 95.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 91 | 0.65 | 0 | 0.26 | 0.52 | 156 | 0.48 | 0.33 |
| Hex | 2B | 7B | 5B | 41 | 0 | 1A | 34 | 9C | 30 | 21 |
| Octal | 53 | 173 | 133 | 101 | 0 | 32 | 64 | 234 | 60 | 41 |
| Binary | 101011 | 1111011 | 1011011 | 1000001 | 0 | 11010 | 110100 | 10011100 | 110000 | 100001 |
Color Harmonies of #2B7B5B
Complementary color
Monochromatic Colors of #2B7B5B
Black with #2B7B5B
Text Example
Text Example
White with #2B7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B5B; }
p { color: rgb(43,123,91); }
H1.HeaderClassName
{
color: #2B7B5B;
}
.AnyTagClassName
{
color: #2B7B5B;
}
</style>
background-color css
<style>
a { background-color: #2B7B5B; }
a { background-color: rgb(43,123,91); }
div.DivClassName
{
background-color: #2B7B5B;
}
.BgClassName
{
background-color: #2B7B5B;
}
</style>
border-color css
<style>
span { border-color: #2B7B5B; }
span { border-color: rgb(43,123,91); }
td.TdClassName
{
border-color: #2B7B5B;
}
.TagClassName
{
border-color: #2B7B5B;
}
</style>