Shades of Amazon #2B714F
Tints of Amazon #2B714F
RGB
CMYK
RGB Variations
Color information
#2B714F (or 0x2B714F) is known color: Amazon. HEX triplet: 2B, 71 and 4F. RGB value is (43,113,79). Sum of RGB (Red+Green+Blue) = 43+113+79=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #2B714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B714F is #D48EB0. Grayscale: #585858. Windows color (decimal): -13930161 or 5206315. OLE color: 5206315.
HSL color Cylindrical-coordinate representation of color #2B714F: hue angle of 150.86º 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 #2B714F is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 79 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.56 |
| HSL | 150.86º | 0.45% | 0.31% | - |
| HSV(B) | 150.86º | 0.62% | 0.44% | - |
| XYZ | 8.31 | 12.89 | 9.45 | - |
| YUV | 88.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 79 | 0.62 | 0 | 0.30 | 0.56 | 150.86 | 0.45 | 0.31 |
| Hex | 2B | 71 | 4F | 3E | 0 | 1E | 38 | 97 | 2D | 1F |
| Octal | 53 | 161 | 117 | 76 | 0 | 36 | 70 | 227 | 55 | 37 |
| Binary | 101011 | 1110001 | 1001111 | 111110 | 0 | 11110 | 111000 | 10010111 | 101101 | 11111 |
Color Harmonies of #2B714F
Complementary color
Monochromatic Colors of #2B714F
Black with #2B714F
Text Example
Text Example
White with #2B714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B714F; }
p { color: rgb(43,113,79); }
H1.HeaderClassName
{
color: #2B714F;
}
.AnyTagClassName
{
color: #2B714F;
}
</style>
background-color css
<style>
a { background-color: #2B714F; }
a { background-color: rgb(43,113,79); }
div.DivClassName
{
background-color: #2B714F;
}
.BgClassName
{
background-color: #2B714F;
}
</style>
border-color css
<style>
span { border-color: #2B714F; }
span { border-color: rgb(43,113,79); }
td.TdClassName
{
border-color: #2B714F;
}
.TagClassName
{
border-color: #2B714F;
}
</style>