Html Css Color HEX #2A7853 Amazon

📋 copy color: '#2A7853'

red 42 ◦ green 120 ◦ blue 83

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

Shades of Amazon #2A7853

Tints of Amazon #2A7853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 17.14%
G = 48.98%
B = 33.88%

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

#2A7853 (or 0x2A7853) is known color: Amazon. HEX triplet: 2A, 78 and 53. RGB value is (42,120,83). Sum of RGB (Red+Green+Blue) = 42+120+83=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7853 is #D587AC. Grayscale: #5C5C5C. Windows color (decimal): -13993901 or 5470250. OLE color: 5470250.

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

Color convert

RGB 42 120 83 -
CMYK 0.65 0 0.31 0.53
HSL 151.54º 0.48% 0.32% -
HSV(B) 151.54º 0.65% 0.47% -
XYZ 9.23 14.55 10.51 -
YUV 92.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 42 120 83 0.65 0 0.31 0.53 151.54 0.48 0.32
Hex 2A 78 53 41 0 1F 35 98 30 20
Octal 52 170 123 101 0 37 65 230 60 40
Binary 101010 1111000 1010011 1000001 0 11111 110101 10011000 110000 100000

Color Harmonies of #2A7853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7853

Black with #2A7853

Text Example


Text Example

White with #2A7853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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