Html Css Color HEX #2B794D Amazon

📋 copy color: '#2B794D'

red 43 ◦ green 121 ◦ blue 77

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

Shades of Amazon #2B794D

Tints of Amazon #2B794D

RGB

 RED value IS 43 (17.19% from 255) = 17.84%

 GREEN value IS 121 (47.66% from 255) = 50.21%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 17.84%
G = 50.21%
B = 31.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#2B794D (or 0x2B794D) is known color: Amazon. HEX triplet: 2B, 79 and 4D. RGB value is (43,121,77). Sum of RGB (Red+Green+Blue) = 43+121+77=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #2B794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B794D is #D486B2. Grayscale: #5C5C5C. Windows color (decimal): -13928115 or 5077291. OLE color: 5077291.

HSL color Cylindrical-coordinate representation of color #2B794D: hue angle of 146.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B794D is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 121 77 -
CMYK 0.64 0 0.36 0.53
HSL 146.15º 0.48% 0.32% -
HSV(B) 146.15º 0.64% 0.47% -
XYZ 9.17 14.72 9.38 -
YUV 92.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 43 121 77 0.64 0 0.36 0.53 146.15 0.48 0.32
Hex 2B 79 4D 40 0 24 35 92 30 20
Octal 53 171 115 100 0 44 65 222 60 40
Binary 101011 1111001 1001101 1000000 0 100100 110101 10010010 110000 100000

Color Harmonies of #2B794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B794D

Black with #2B794D

Text Example


Text Example

White with #2B794D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,121,77); }

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

background-color css

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

 a { background-color: rgb(43,121,77); }

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

border-color css

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

 span { border-color: rgb(43,121,77); }

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