Html Css Color HEX #2B7659 Amazon

📋 copy color: '#2B7659'

red 43 ◦ green 118 ◦ blue 89

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

Shades of Amazon #2B7659

Tints of Amazon #2B7659

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 17.2%
G = 47.2%
B = 35.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#2B7659 (or 0x2B7659) is known color: Amazon. HEX triplet: 2B, 76 and 59. RGB value is (43,118,89). Sum of RGB (Red+Green+Blue) = 43+118+89=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7659 is #D489A6. Grayscale: #5C5C5C. Windows color (decimal): -13928871 or 5862955. OLE color: 5862955.

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

Color convert

RGB 43 118 89 -
CMYK 0.64 0 0.25 0.54
HSL 156.8º 0.47% 0.32% -
HSV(B) 156.8º 0.64% 0.46% -
XYZ 9.28 14.19 11.7 -
YUV 92.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 43 118 89 0.64 0 0.25 0.54 156.8 0.47 0.32
Hex 2B 76 59 40 0 19 36 9D 2F 20
Octal 53 166 131 100 0 31 66 235 57 40
Binary 101011 1110110 1011001 1000000 0 11001 110110 10011101 101111 100000

Color Harmonies of #2B7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7659

Black with #2B7659

Text Example


Text Example

White with #2B7659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,89); }

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

background-color css

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

 a { background-color: rgb(43,118,89); }

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

border-color css

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

 span { border-color: rgb(43,118,89); }

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