Html Css Color HEX #2A764E Amazon

📋 copy color: '#2A764E'

red 42 ◦ green 118 ◦ blue 78

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

Shades of Amazon #2A764E

Tints of Amazon #2A764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 17.65%
G = 49.58%
B = 32.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#2A764E (or 0x2A764E) is known color: Amazon. HEX triplet: 2A, 76 and 4E. RGB value is (42,118,78). Sum of RGB (Red+Green+Blue) = 42+118+78=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #2A764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A764E is #D589B1. Grayscale: #5A5A5A. Windows color (decimal): -13994418 or 5142058. OLE color: 5142058.

HSL color Cylindrical-coordinate representation of color #2A764E: hue angle of 148.42º 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 #2A764E is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 78 -
CMYK 0.64 0 0.34 0.54
HSL 148.42º 0.48% 0.31% -
HSV(B) 148.42º 0.64% 0.46% -
XYZ 8.81 14 9.45 -
YUV 90.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 42 118 78 0.64 0 0.34 0.54 148.42 0.48 0.31
Hex 2A 76 4E 40 0 22 36 94 30 1F
Octal 52 166 116 100 0 42 66 224 60 37
Binary 101010 1110110 1001110 1000000 0 100010 110110 10010100 110000 11111

Color Harmonies of #2A764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A764E

Black with #2A764E

Text Example


Text Example

White with #2A764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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