Shades of Amazon #2B714E
Tints of Amazon #2B714E
RGB
CMYK
RGB Variations
Color information
#2B714E (or 0x2B714E) is known color: Amazon. HEX triplet: 2B, 71 and 4E. RGB value is (43,113,78). Sum of RGB (Red+Green+Blue) = 43+113+78=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #2B714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B714E is #D48EB1. Grayscale: #585858. Windows color (decimal): -13930162 or 5140779. OLE color: 5140779.
HSL color Cylindrical-coordinate representation of color #2B714E: hue angle of 150º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B714E is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 78 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.56 |
| HSL | 150º | 0.45% | 0.31% | - |
| HSV(B) | 150º | 0.62% | 0.44% | - |
| XYZ | 8.28 | 12.87 | 9.26 | - |
| YUV | 88.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 78 | 0.62 | 0 | 0.31 | 0.56 | 150 | 0.45 | 0.31 |
| Hex | 2B | 71 | 4E | 3E | 0 | 1F | 38 | 96 | 2D | 1F |
| Octal | 53 | 161 | 116 | 76 | 0 | 37 | 70 | 226 | 55 | 37 |
| Binary | 101011 | 1110001 | 1001110 | 111110 | 0 | 11111 | 111000 | 10010110 | 101101 | 11111 |
Color Harmonies of #2B714E
Complementary color
Monochromatic Colors of #2B714E
Black with #2B714E
Text Example
Text Example
White with #2B714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B714E; }
p { color: rgb(43,113,78); }
H1.HeaderClassName
{
color: #2B714E;
}
.AnyTagClassName
{
color: #2B714E;
}
</style>
background-color css
<style>
a { background-color: #2B714E; }
a { background-color: rgb(43,113,78); }
div.DivClassName
{
background-color: #2B714E;
}
.BgClassName
{
background-color: #2B714E;
}
</style>
border-color css
<style>
span { border-color: #2B714E; }
span { border-color: rgb(43,113,78); }
td.TdClassName
{
border-color: #2B714E;
}
.TagClassName
{
border-color: #2B714E;
}
</style>