Html Css Color HEX #2A784F Amazon

📋 copy color: '#2A784F'

red 42 ◦ green 120 ◦ blue 79

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

Shades of Amazon #2A784F

Tints of Amazon #2A784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 17.43%
G = 49.79%
B = 32.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#2A784F (or 0x2A784F) is known color: Amazon. HEX triplet: 2A, 78 and 4F. RGB value is (42,120,79). Sum of RGB (Red+Green+Blue) = 42+120+79=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #2A784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A784F is #D587B0. Grayscale: #5C5C5C. Windows color (decimal): -13993905 or 5208106. OLE color: 5208106.

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

Color convert

RGB 42 120 79 -
CMYK 0.65 0 0.34 0.53
HSL 148.46º 0.48% 0.32% -
HSV(B) 148.46º 0.65% 0.47% -
XYZ 9.08 14.49 9.72 -
YUV 92 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 42 120 79 0.65 0 0.34 0.53 148.46 0.48 0.32
Hex 2A 78 4F 41 0 22 35 94 30 20
Octal 52 170 117 101 0 42 65 224 60 40
Binary 101010 1111000 1001111 1000001 0 100010 110101 10010100 110000 100000

Color Harmonies of #2A784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A784F

Black with #2A784F

Text Example


Text Example

White with #2A784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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