Html Css Color HEX #2B7557 Amazon

📋 copy color: '#2B7557'

red 43 ◦ green 117 ◦ blue 87

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

Shades of Amazon #2B7557

Tints of Amazon #2B7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 17.41%
G = 47.37%
B = 35.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#2B7557 (or 0x2B7557) is known color: Amazon. HEX triplet: 2B, 75 and 57. RGB value is (43,117,87). Sum of RGB (Red+Green+Blue) = 43+117+87=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7557 is #D48AA8. Grayscale: #5B5B5B. Windows color (decimal): -13929129 or 5731627. OLE color: 5731627.

HSL color Cylindrical-coordinate representation of color #2B7557: hue angle of 155.68º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7557 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 87 -
CMYK 0.63 0 0.26 0.54
HSL 155.68º 0.46% 0.31% -
HSV(B) 155.68º 0.63% 0.46% -
XYZ 9.08 13.92 11.23 -
YUV 91.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 43 117 87 0.63 0 0.26 0.54 155.68 0.46 0.31
Hex 2B 75 57 3F 0 1A 36 9C 2E 1F
Octal 53 165 127 77 0 32 66 234 56 37
Binary 101011 1110101 1010111 111111 0 11010 110110 10011100 101110 11111

Color Harmonies of #2B7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7557

Black with #2B7557

Text Example


Text Example

White with #2B7557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,117,87); }

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

background-color css

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

 a { background-color: rgb(43,117,87); }

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

border-color css

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

 span { border-color: rgb(43,117,87); }

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