#2A7853

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

Shades of Amazon #2A7853

Tints of Amazon #2A7853

Color information

#2A7853 (or 0x2A7853) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 53. RGB value is (42,120,83). Sum of RGB (Red+Green+Blue) = 42+120+83=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7853 is #D587AC. Grayscale: #5C5C5C. Windows color (decimal): -13993901 or 5470250. OLE color: 5470250.

HSL color Cylindrical-coordinate representation of color #2A7853: hue angle of 151.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7853 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB4212083-
CMYK0.6500.310.53
HSL151.54º48.15%31.76%-
HSV(B)151.54º65%47.06%-
XYZ9.2314.5510.51-
YUV92.46122.6692.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=17.14%
G=48.98%
B=33.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120830.6500.310.53151.5448.1531.76
Hex2A78534101F35983020
Octal52170123101037652306040
Binary10101011110001010011100000101111111010110011000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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