#2A7253

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

Shades of Amazon #2A7253

Tints of Amazon #2A7253

Color information

#2A7253 (or 0x2A7253) is unknown color: approx Amazon. HEX triplet: 2A, 72 and 53. RGB value is (42,114,83). Sum of RGB (Red+Green+Blue) = 42+114+83=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7253 is #D58DAC. Grayscale: #585858. Windows color (decimal): -13995437 or 5468714. OLE color: 5468714.

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

Color convert

RGB4211483-
CMYK0.6300.270.55
HSL154.17º46.15%30.59%-
HSV(B)154.17º63.16%44.71%-
XYZ8.5313.1510.27-
YUV88.94124.6594.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=17.57%
G=47.70%
B=34.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114830.6300.270.55154.1746.1530.59
Hex2A72533F01B379a2e1f
Octal5216212377033672325637
Binary101010111001010100111111110110111101111001101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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