Html Css Color HEX #2A7659 Amazon

📋 copy color: '#2A7659'

red 42 ◦ green 118 ◦ blue 89

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

Shades of Amazon #2A7659

Tints of Amazon #2A7659

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 16.87%
G = 47.39%
B = 35.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#2A7659 (or 0x2A7659) is known color: Amazon. HEX triplet: 2A, 76 and 59. RGB value is (42,118,89). Sum of RGB (Red+Green+Blue) = 42+118+89=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7659 is #D589A6. Grayscale: #5C5C5C. Windows color (decimal): -13994407 or 5862954. OLE color: 5862954.

HSL color Cylindrical-coordinate representation of color #2A7659: hue angle of 157.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7659 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 89 -
CMYK 0.64 0 0.25 0.54
HSL 157.11º 0.48% 0.31% -
HSV(B) 157.11º 0.64% 0.46% -
XYZ 9.24 14.17 11.7 -
YUV 91.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 42 118 89 0.64 0 0.25 0.54 157.11 0.48 0.31
Hex 2A 76 59 40 0 19 36 9D 30 1F
Octal 52 166 131 100 0 31 66 235 60 37
Binary 101010 1110110 1011001 1000000 0 11001 110110 10011101 110000 11111

Color Harmonies of #2A7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7659

Black with #2A7659

Text Example


Text Example

White with #2A7659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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