Html Css Color HEX #2A7756 Amazon

📋 copy color: '#2A7756'

red 42 ◦ green 119 ◦ blue 86

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

Shades of Amazon #2A7756

Tints of Amazon #2A7756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 17%
G = 48.18%
B = 34.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#2A7756 (or 0x2A7756) is known color: Amazon. HEX triplet: 2A, 77 and 56. RGB value is (42,119,86). Sum of RGB (Red+Green+Blue) = 42+119+86=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7756 is #D588A9. Grayscale: #5C5C5C. Windows color (decimal): -13994154 or 5666602. OLE color: 5666602.

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

Color convert

RGB 42 119 86 -
CMYK 0.65 0 0.28 0.53
HSL 154.29º 0.48% 0.32% -
HSV(B) 154.29º 0.65% 0.47% -
XYZ 9.23 14.36 11.09 -
YUV 92.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 42 119 86 0.65 0 0.28 0.53 154.29 0.48 0.32
Hex 2A 77 56 41 0 1C 35 9A 30 20
Octal 52 167 126 101 0 34 65 232 60 40
Binary 101010 1110111 1010110 1000001 0 11100 110101 10011010 110000 100000

Color Harmonies of #2A7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7756

Black with #2A7756

Text Example


Text Example

White with #2A7756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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