Html Css Color HEX #2B7356 Amazon

📋 copy color: '#2B7356'

red 43 ◦ green 115 ◦ blue 86

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

Shades of Amazon #2B7356

Tints of Amazon #2B7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 17.62%
G = 47.13%
B = 35.25%

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

#2B7356 (or 0x2B7356) is known color: Amazon. HEX triplet: 2B, 73 and 56. RGB value is (43,115,86). Sum of RGB (Red+Green+Blue) = 43+115+86=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7356 is #D48CA9. Grayscale: #5A5A5A. Windows color (decimal): -13929642 or 5665579. OLE color: 5665579.

HSL color Cylindrical-coordinate representation of color #2B7356: hue angle of 155.83º 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 #2B7356 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 86 -
CMYK 0.63 0 0.25 0.55
HSL 155.83º 0.46% 0.31% -
HSV(B) 155.83º 0.63% 0.45% -
XYZ 8.81 13.45 10.94 -
YUV 90.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 43 115 86 0.63 0 0.25 0.55 155.83 0.46 0.31
Hex 2B 73 56 3F 0 19 37 9C 2E 1F
Octal 53 163 126 77 0 31 67 234 56 37
Binary 101011 1110011 1010110 111111 0 11001 110111 10011100 101110 11111

Color Harmonies of #2B7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7356

Black with #2B7356

Text Example


Text Example

White with #2B7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,86); }

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

background-color css

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

 a { background-color: rgb(43,115,86); }

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

border-color css

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

 span { border-color: rgb(43,115,86); }

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