#2A7858

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

Shades of Amazon #2A7858

Tints of Amazon #2A7858

Color information

#2A7858 (or 0x2A7858) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 58. RGB value is (42,120,88). Sum of RGB (Red+Green+Blue) = 42+120+88=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7858 is #D587A7. Grayscale: #5D5D5D. Windows color (decimal): -13993896 or 5797930. OLE color: 5797930.

HSL color Cylindrical-coordinate representation of color #2A7858: hue angle of 155.38º 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 #2A7858 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB4212088-
CMYK0.6500.270.53
HSL155.38º48.15%31.76%-
HSV(B)155.38º65%47.06%-
XYZ9.4314.6311.56-
YUV93.03125.1691.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=16.8%
G=48%
B=35.2%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120880.6500.270.53155.3848.1531.76
Hex2A78584101B359b3020
Octal52170130101033652336040
Binary10101011110001011000100000101101111010110011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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