Html Css Color HEX #2A7C50 Amazon

📋 copy color: '#2A7C50'

red 42 ◦ green 124 ◦ blue 80

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

Shades of Amazon #2A7C50

Tints of Amazon #2A7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.41%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 17.07%
G = 50.41%
B = 32.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#2A7C50 (or 0x2A7C50) is known color: Amazon. HEX triplet: 2A, 7C and 50. RGB value is (42,124,80). Sum of RGB (Red+Green+Blue) = 42+124+80=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C50 is #D583AF. Grayscale: #5E5E5E. Windows color (decimal): -13992880 or 5274666. OLE color: 5274666.

HSL color Cylindrical-coordinate representation of color #2A7C50: hue angle of 147.8º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C50 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 124 80 -
CMYK 0.66 0 0.35 0.51
HSL 147.8º 0.49% 0.33% -
HSV(B) 147.8º 0.66% 0.49% -
XYZ 9.61 15.49 10.07 -
YUV 94.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 42 124 80 0.66 0 0.35 0.51 147.8 0.49 0.33
Hex 2A 7C 50 42 0 23 33 94 31 21
Octal 52 174 120 102 0 43 63 224 61 41
Binary 101010 1111100 1010000 1000010 0 100011 110011 10010100 110001 100001

Color Harmonies of #2A7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C50

Black with #2A7C50

Text Example


Text Example

White with #2A7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,124,80); }

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

background-color css

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

 a { background-color: rgb(42,124,80); }

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

border-color css

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

 span { border-color: rgb(42,124,80); }

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