Html Css Color HEX #2A7752 Amazon

📋 copy color: '#2A7752'

red 42 ◦ green 119 ◦ blue 82

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

Shades of Amazon #2A7752

Tints of Amazon #2A7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 17.28%
G = 48.97%
B = 33.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#2A7752 (or 0x2A7752) is known color: Amazon. HEX triplet: 2A, 77 and 52. RGB value is (42,119,82). Sum of RGB (Red+Green+Blue) = 42+119+82=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7752 is #D588AD. Grayscale: #5B5B5B. Windows color (decimal): -13994158 or 5404458. OLE color: 5404458.

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

Color convert

RGB 42 119 82 -
CMYK 0.65 0 0.31 0.53
HSL 151.17º 0.48% 0.32% -
HSV(B) 151.17º 0.65% 0.47% -
XYZ 9.07 14.3 10.26 -
YUV 91.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 42 119 82 0.65 0 0.31 0.53 151.17 0.48 0.32
Hex 2A 77 52 41 0 1F 35 97 30 20
Octal 52 167 122 101 0 37 65 227 60 40
Binary 101010 1110111 1010010 1000001 0 11111 110101 10010111 110000 100000

Color Harmonies of #2A7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7752

Black with #2A7752

Text Example


Text Example

White with #2A7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,82); }

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

background-color css

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

 a { background-color: rgb(42,119,82); }

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

border-color css

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

 span { border-color: rgb(42,119,82); }

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