Html Css Color HEX #2B724E Amazon

📋 copy color: '#2B724E'

red 43 ◦ green 114 ◦ blue 78

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

Shades of Amazon #2B724E

Tints of Amazon #2B724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 18.3%
G = 48.51%
B = 33.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#2B724E (or 0x2B724E) is known color: Amazon. HEX triplet: 2B, 72 and 4E. RGB value is (43,114,78). Sum of RGB (Red+Green+Blue) = 43+114+78=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #2B724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B724E is #D48DB1. Grayscale: #585858. Windows color (decimal): -13929906 or 5141035. OLE color: 5141035.

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

Color convert

RGB 43 114 78 -
CMYK 0.62 0 0.32 0.55
HSL 149.58º 0.45% 0.31% -
HSV(B) 149.58º 0.62% 0.45% -
XYZ 8.39 13.1 9.29 -
YUV 88.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 43 114 78 0.62 0 0.32 0.55 149.58 0.45 0.31
Hex 2B 72 4E 3E 0 20 37 96 2D 1F
Octal 53 162 116 76 0 40 67 226 55 37
Binary 101011 1110010 1001110 111110 0 100000 110111 10010110 101101 11111

Color Harmonies of #2B724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B724E

Black with #2B724E

Text Example


Text Example

White with #2B724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,78); }

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

background-color css

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

 a { background-color: rgb(43,114,78); }

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

border-color css

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

 span { border-color: rgb(43,114,78); }

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