Html Css Color HEX #2B7548 Amazon

📋 copy color: '#2B7548'

red 43 ◦ green 117 ◦ blue 72

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

Shades of Amazon #2B7548

Tints of Amazon #2B7548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 18.53%
G = 50.43%
B = 31.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#2B7548 (or 0x2B7548) is known color: Amazon. HEX triplet: 2B, 75 and 48. RGB value is (43,117,72). Sum of RGB (Red+Green+Blue) = 43+117+72=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7548 is #D48AB7. Grayscale: #595959. Windows color (decimal): -13929144 or 4748587. OLE color: 4748587.

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

Color convert

RGB 43 117 72 -
CMYK 0.63 0 0.38 0.54
HSL 143.51º 0.46% 0.31% -
HSV(B) 143.51º 0.63% 0.46% -
XYZ 8.53 13.7 8.33 -
YUV 89.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 43 117 72 0.63 0 0.38 0.54 143.51 0.46 0.31
Hex 2B 75 48 3F 0 26 36 90 2E 1F
Octal 53 165 110 77 0 46 66 220 56 37
Binary 101011 1110101 1001000 111111 0 100110 110110 10010000 101110 11111

Color Harmonies of #2B7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7548

Black with #2B7548

Text Example


Text Example

White with #2B7548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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