Html Css Color HEX #2A734D Amazon

📋 copy color: '#2A734D'

red 42 ◦ green 115 ◦ blue 77

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

Shades of Amazon #2A734D

Tints of Amazon #2A734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.15%

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 17.95%
G = 49.15%
B = 32.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#2A734D (or 0x2A734D) is known color: Amazon. HEX triplet: 2A, 73 and 4D. RGB value is (42,115,77). Sum of RGB (Red+Green+Blue) = 42+115+77=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #2A734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A734D is #D58CB2. Grayscale: #585858. Windows color (decimal): -13995187 or 5075754. OLE color: 5075754.

HSL color Cylindrical-coordinate representation of color #2A734D: hue angle of 148.77º 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 #2A734D is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 115 77 -
CMYK 0.63 0 0.33 0.55
HSL 148.77º 0.46% 0.31% -
HSV(B) 148.77º 0.63% 0.45% -
XYZ 8.43 13.29 9.14 -
YUV 88.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 42 115 77 0.63 0 0.33 0.55 148.77 0.46 0.31
Hex 2A 73 4D 3F 0 21 37 95 2E 1F
Octal 52 163 115 77 0 41 67 225 56 37
Binary 101010 1110011 1001101 111111 0 100001 110111 10010101 101110 11111

Color Harmonies of #2A734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A734D

Black with #2A734D

Text Example


Text Example

White with #2A734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,115,77); }

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

background-color css

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

 a { background-color: rgb(42,115,77); }

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

border-color css

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

 span { border-color: rgb(42,115,77); }

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