Shades of Amazon #2B7A4E
Tints of Amazon #2B7A4E
RGB
CMYK
RGB Variations
Color information
#2B7A4E (or 0x2B7A4E) is known color: Amazon. HEX triplet: 2B, 7A and 4E. RGB value is (43,122,78). Sum of RGB (Red+Green+Blue) = 43+122+78=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7A4E is #D485B1. Grayscale: #5D5D5D. Windows color (decimal): -13927858 or 5143083. OLE color: 5143083.
HSL color Cylindrical-coordinate representation of color #2B7A4E: hue angle of 146.58º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A4E is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 78 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.52 |
| HSL | 146.58º | 0.48% | 0.32% | - |
| HSV(B) | 146.58º | 0.65% | 0.48% | - |
| XYZ | 9.33 | 14.98 | 9.61 | - |
| YUV | 93.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 78 | 0.65 | 0 | 0.36 | 0.52 | 146.58 | 0.48 | 0.32 |
| Hex | 2B | 7A | 4E | 41 | 0 | 24 | 34 | 93 | 30 | 20 |
| Octal | 53 | 172 | 116 | 101 | 0 | 44 | 64 | 223 | 60 | 40 |
| Binary | 101011 | 1111010 | 1001110 | 1000001 | 0 | 100100 | 110100 | 10010011 | 110000 | 100000 |
Color Harmonies of #2B7A4E
Complementary color
Monochromatic Colors of #2B7A4E
Black with #2B7A4E
Text Example
Text Example
White with #2B7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A4E; }
p { color: rgb(43,122,78); }
H1.HeaderClassName
{
color: #2B7A4E;
}
.AnyTagClassName
{
color: #2B7A4E;
}
</style>
background-color css
<style>
a { background-color: #2B7A4E; }
a { background-color: rgb(43,122,78); }
div.DivClassName
{
background-color: #2B7A4E;
}
.BgClassName
{
background-color: #2B7A4E;
}
</style>
border-color css
<style>
span { border-color: #2B7A4E; }
span { border-color: rgb(43,122,78); }
td.TdClassName
{
border-color: #2B7A4E;
}
.TagClassName
{
border-color: #2B7A4E;
}
</style>