#2B7253

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

Shades of Amazon #2B7253

Tints of Amazon #2B7253

Color information

#2B7253 (or 0x2B7253) is unknown color: approx Amazon. HEX triplet: 2B, 72 and 53. RGB value is (43,114,83). Sum of RGB (Red+Green+Blue) = 43+114+83=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7253 is #D48DAC. Grayscale: #595959. Windows color (decimal): -13929901 or 5468715. OLE color: 5468715.

HSL color Cylindrical-coordinate representation of color #2B7253: hue angle of 153.8º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7253 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB4311483-
CMYK0.6200.270.55
HSL153.8º45.22%30.78%-
HSV(B)153.8º62.28%44.71%-
XYZ8.5713.1710.27-
YUV89.24124.4895.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=17.92%
G=47.5%
B=34.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114830.6200.270.55153.845.2230.78
Hex2B72533E01B379a2d1f
Octal5316212376033672325537
Binary101011111001010100111111100110111101111001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,83); }

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

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

 a { background-color: rgb(43,114,83); }

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

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

 span { border-color: rgb(43,114,83); }

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