Html Css Color HEX #2A764A Amazon

📋 copy color: '#2A764A'

red 42 ◦ green 118 ◦ blue 74

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

Shades of Amazon #2A764A

Tints of Amazon #2A764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 17.95%
G = 50.43%
B = 31.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#2A764A (or 0x2A764A) is known color: Amazon. HEX triplet: 2A, 76 and 4A. RGB value is (42,118,74). Sum of RGB (Red+Green+Blue) = 42+118+74=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #2A764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A764A is #D589B5. Grayscale: #5A5A5A. Windows color (decimal): -13994422 or 4879914. OLE color: 4879914.

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

Color convert

RGB 42 118 74 -
CMYK 0.64 0 0.37 0.54
HSL 145.26º 0.48% 0.31% -
HSV(B) 145.26º 0.64% 0.46% -
XYZ 8.67 13.94 8.71 -
YUV 90.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 42 118 74 0.64 0 0.37 0.54 145.26 0.48 0.31
Hex 2A 76 4A 40 0 25 36 91 30 1F
Octal 52 166 112 100 0 45 66 221 60 37
Binary 101010 1110110 1001010 1000000 0 100101 110110 10010001 110000 11111

Color Harmonies of #2A764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A764A

Black with #2A764A

Text Example


Text Example

White with #2A764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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