#2B714D

Color #2B714D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #2B714D

Tints of Amazon #2B714D

Color information

#2B714D (or 0x2B714D) is unknown color: approx Amazon. HEX triplet: 2B, 71 and 4D. RGB value is (43,113,77). Sum of RGB (Red+Green+Blue) = 43+113+77=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #2B714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B714D is #D48EB2. Grayscale: #585858. Windows color (decimal): -13930163 or 5075243. OLE color: 5075243.

HSL color Cylindrical-coordinate representation of color #2B714D: hue angle of 149.14º 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 #2B714D is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB4311377-
CMYK0.6200.320.56
HSL149.14º44.87%30.59%-
HSV(B)149.14º61.95%44.31%-
XYZ8.2412.869.07-
YUV87.97121.8195.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=18.45%
G=48.50%
B=33.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113770.6200.320.56149.1444.8730.59
Hex2B714D3E02038952d1f
Octal5316111576040702255537
Binary1010111110001100110111111001000001110001001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B714D; }

 p { color: rgb(43,113,77); }

 H1.HeaderClassName
 {
   color: #2B714D;
 }
 .AnyTagClassName
 {
   color: #2B714D;
 }
</style>
background-color css

<style>
 a { background-color: #2B714D; }

 a { background-color: rgb(43,113,77); }

 div.DivClassName
 {
   background-color: #2B714D;
 }
 .BgClassName
 {
   background-color: #2B714D;
 }
</style>
border-color css

<style>
 span { border-color: #2B714D; }

 span { border-color: rgb(43,113,77); }

 td.TdClassName
 {
   border-color: #2B714D;
 }
 .TagClassName
 {
   border-color: #2B714D;
 }
</style>