Html Css Color HEX #2B7457 Amazon

📋 copy color: '#2B7457'

red 43 ◦ green 116 ◦ blue 87

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

Shades of Amazon #2B7457

Tints of Amazon #2B7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 17.48%
G = 47.15%
B = 35.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#2B7457 (or 0x2B7457) is known color: Amazon. HEX triplet: 2B, 74 and 57. RGB value is (43,116,87). Sum of RGB (Red+Green+Blue) = 43+116+87=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7457 is #D48BA8. Grayscale: #5A5A5A. Windows color (decimal): -13929385 or 5731371. OLE color: 5731371.

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

Color convert

RGB 43 116 87 -
CMYK 0.63 0 0.25 0.55
HSL 156.16º 0.46% 0.31% -
HSV(B) 156.16º 0.63% 0.45% -
XYZ 8.96 13.69 11.19 -
YUV 90.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 43 116 87 0.63 0 0.25 0.55 156.16 0.46 0.31
Hex 2B 74 57 3F 0 19 37 9C 2E 1F
Octal 53 164 127 77 0 31 67 234 56 37
Binary 101011 1110100 1010111 111111 0 11001 110111 10011100 101110 11111

Color Harmonies of #2B7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7457

Black with #2B7457

Text Example


Text Example

White with #2B7457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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