Shades of Amazon #2B7E45
Tints of Amazon #2B7E45
RGB
CMYK
RGB Variations
Color information
#2B7E45 (or 0x2B7E45) is known color: Amazon. HEX triplet: 2B, 7E and 45. RGB value is (43,126,69). Sum of RGB (Red+Green+Blue) = 43+126+69=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E45 is #D481BA. Grayscale: #5E5E5E. Windows color (decimal): -13926843 or 4554283. OLE color: 4554283.
HSL color Cylindrical-coordinate representation of color #2B7E45: hue angle of 138.8º 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 #2B7E45 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 126 | 69 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.51 |
| HSL | 138.8º | 0.49% | 0.33% | - |
| HSV(B) | 138.8º | 0.66% | 0.49% | - |
| XYZ | 9.53 | 15.86 | 8.19 | - |
| YUV | 94.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 69 | 0.66 | 0 | 0.45 | 0.51 | 138.8 | 0.49 | 0.33 |
| Hex | 2B | 7E | 45 | 42 | 0 | 2D | 33 | 8B | 31 | 21 |
| Octal | 53 | 176 | 105 | 102 | 0 | 55 | 63 | 213 | 61 | 41 |
| Binary | 101011 | 1111110 | 1000101 | 1000010 | 0 | 101101 | 110011 | 10001011 | 110001 | 100001 |
Color Harmonies of #2B7E45
Complementary color
Monochromatic Colors of #2B7E45
Black with #2B7E45
Text Example
Text Example
White with #2B7E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7E45; }
p { color: rgb(43,126,69); }
H1.HeaderClassName
{
color: #2B7E45;
}
.AnyTagClassName
{
color: #2B7E45;
}
</style>
background-color css
<style>
a { background-color: #2B7E45; }
a { background-color: rgb(43,126,69); }
div.DivClassName
{
background-color: #2B7E45;
}
.BgClassName
{
background-color: #2B7E45;
}
</style>
border-color css
<style>
span { border-color: #2B7E45; }
span { border-color: rgb(43,126,69); }
td.TdClassName
{
border-color: #2B7E45;
}
.TagClassName
{
border-color: #2B7E45;
}
</style>