Html Css Color HEX #2A785B Amazon

📋 copy color: '#2A785B'

red 42 ◦ green 120 ◦ blue 91

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

Shades of Amazon #2A785B

Tints of Amazon #2A785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 16.6%
G = 47.43%
B = 35.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#2A785B (or 0x2A785B) is known color: Amazon. HEX triplet: 2A, 78 and 5B. RGB value is (42,120,91). Sum of RGB (Red+Green+Blue) = 42+120+91=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785B is #D587A4. Grayscale: #5D5D5D. Windows color (decimal): -13993893 or 5994538. OLE color: 5994538.

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

Color convert

RGB 42 120 91 -
CMYK 0.65 0 0.24 0.53
HSL 157.69º 0.48% 0.32% -
HSV(B) 157.69º 0.65% 0.47% -
XYZ 9.56 14.68 12.23 -
YUV 93.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 42 120 91 0.65 0 0.24 0.53 157.69 0.48 0.32
Hex 2A 78 5B 41 0 18 35 9E 30 20
Octal 52 170 133 101 0 30 65 236 60 40
Binary 101010 1111000 1011011 1000001 0 11000 110101 10011110 110000 100000

Color Harmonies of #2A785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A785B

Black with #2A785B

Text Example


Text Example

White with #2A785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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