Html Css Color HEX #2B795A Amazon

📋 copy color: '#2B795A'

red 43 ◦ green 121 ◦ blue 90

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

Shades of Amazon #2B795A

Tints of Amazon #2B795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 16.93%
G = 47.64%
B = 35.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#2B795A (or 0x2B795A) is known color: Amazon. HEX triplet: 2B, 79 and 5A. RGB value is (43,121,90). Sum of RGB (Red+Green+Blue) = 43+121+90=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #2B795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B795A is #D486A5. Grayscale: #5E5E5E. Windows color (decimal): -13928102 or 5929259. OLE color: 5929259.

HSL color Cylindrical-coordinate representation of color #2B795A: hue angle of 156.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 #2B795A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 121 90 -
CMYK 0.64 0 0.26 0.53
HSL 156.15º 0.48% 0.32% -
HSV(B) 156.15º 0.64% 0.47% -
XYZ 9.68 14.93 12.04 -
YUV 94.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 43 121 90 0.64 0 0.26 0.53 156.15 0.48 0.32
Hex 2B 79 5A 40 0 1A 35 9C 30 20
Octal 53 171 132 100 0 32 65 234 60 40
Binary 101011 1111001 1011010 1000000 0 11010 110101 10011100 110000 100000

Color Harmonies of #2B795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B795A

Black with #2B795A

Text Example


Text Example

White with #2B795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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