Html Css Color HEX #2A754F Amazon

📋 copy color: '#2A754F'

red 42 ◦ green 117 ◦ blue 79

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

Shades of Amazon #2A754F

Tints of Amazon #2A754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 17.65%
G = 49.16%
B = 33.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#2A754F (or 0x2A754F) is known color: Amazon. HEX triplet: 2A, 75 and 4F. RGB value is (42,117,79). Sum of RGB (Red+Green+Blue) = 42+117+79=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #2A754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A754F is #D58AB0. Grayscale: #5A5A5A. Windows color (decimal): -13994673 or 5207338. OLE color: 5207338.

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

Color convert

RGB 42 117 79 -
CMYK 0.64 0 0.32 0.54
HSL 149.6º 0.47% 0.31% -
HSV(B) 149.6º 0.64% 0.46% -
XYZ 8.73 13.78 9.6 -
YUV 90.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 42 117 79 0.64 0 0.32 0.54 149.6 0.47 0.31
Hex 2A 75 4F 40 0 20 36 96 2F 1F
Octal 52 165 117 100 0 40 66 226 57 37
Binary 101010 1110101 1001111 1000000 0 100000 110110 10010110 101111 11111

Color Harmonies of #2A754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A754F

Black with #2A754F

Text Example


Text Example

White with #2A754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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