Html Css Color HEX #2A784A Amazon

📋 copy color: '#2A784A'

red 42 ◦ green 120 ◦ blue 74

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

Shades of Amazon #2A784A

Tints of Amazon #2A784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

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

R = 17.8%
G = 50.85%
B = 31.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#2A784A (or 0x2A784A) is known color: Amazon. HEX triplet: 2A, 78 and 4A. RGB value is (42,120,74). Sum of RGB (Red+Green+Blue) = 42+120+74=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #2A784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A784A is #D587B5. Grayscale: #5B5B5B. Windows color (decimal): -13993910 or 4880426. OLE color: 4880426.

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

Color convert

RGB 42 120 74 -
CMYK 0.65 0 0.38 0.53
HSL 144.62º 0.48% 0.32% -
HSV(B) 144.62º 0.65% 0.47% -
XYZ 8.91 14.42 8.79 -
YUV 91.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 42 120 74 0.65 0 0.38 0.53 144.62 0.48 0.32
Hex 2A 78 4A 41 0 26 35 91 30 20
Octal 52 170 112 101 0 46 65 221 60 40
Binary 101010 1111000 1001010 1000001 0 100110 110101 10010001 110000 100000

Color Harmonies of #2A784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A784A

Black with #2A784A

Text Example


Text Example

White with #2A784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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