Html Css Color HEX #2A7759 Amazon

📋 copy color: '#2A7759'

red 42 ◦ green 119 ◦ blue 89

#2A7759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #2A7759

Tints of Amazon #2A7759

RGB

 RED value IS 42 (16.8% from 255) = 16.8%

 GREEN value IS 119 (46.88% from 255) = 47.6%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 16.8%
G = 47.6%
B = 35.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#2A7759 (or 0x2A7759) is known color: Amazon. HEX triplet: 2A, 77 and 59. RGB value is (42,119,89). Sum of RGB (Red+Green+Blue) = 42+119+89=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7759 is #D588A6. Grayscale: #5C5C5C. Windows color (decimal): -13994151 or 5863210. OLE color: 5863210.

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

Color convert

RGB 42 119 89 -
CMYK 0.65 0 0.25 0.53
HSL 156.62º 0.48% 0.32% -
HSV(B) 156.62º 0.65% 0.47% -
XYZ 9.35 14.41 11.74 -
YUV 92.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 42 119 89 0.65 0 0.25 0.53 156.62 0.48 0.32
Hex 2A 77 59 41 0 19 35 9D 30 20
Octal 52 167 131 101 0 31 65 235 60 40
Binary 101010 1110111 1011001 1000001 0 11001 110101 10011101 110000 100000

Color Harmonies of #2A7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7759

Black with #2A7759

Text Example


Text Example

White with #2A7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,89); }

 H1.HeaderClassName
 {
   color: #2A7759;
 }
 .AnyTagClassName
 {
   color: #2A7759;
 }
</style>

background-color css

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

 a { background-color: rgb(42,119,89); }

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

border-color css

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

 span { border-color: rgb(42,119,89); }

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