Html Css Color HEX #2B7547 Amazon

📋 copy color: '#2B7547'

red 43 ◦ green 117 ◦ blue 71

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

Shades of Amazon #2B7547

Tints of Amazon #2B7547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 18.61%
G = 50.65%
B = 30.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#2B7547 (or 0x2B7547) is known color: Amazon. HEX triplet: 2B, 75 and 47. RGB value is (43,117,71). Sum of RGB (Red+Green+Blue) = 43+117+71=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7547 is #D48AB8. Grayscale: #595959. Windows color (decimal): -13929145 or 4683051. OLE color: 4683051.

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

Color convert

RGB 43 117 71 -
CMYK 0.63 0 0.39 0.54
HSL 142.7º 0.46% 0.31% -
HSV(B) 142.7º 0.63% 0.46% -
XYZ 8.49 13.69 8.16 -
YUV 89.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 43 117 71 0.63 0 0.39 0.54 142.7 0.46 0.31
Hex 2B 75 47 3F 0 27 36 8F 2E 1F
Octal 53 165 107 77 0 47 66 217 56 37
Binary 101011 1110101 1000111 111111 0 100111 110110 10001111 101110 11111

Color Harmonies of #2B7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7547

Black with #2B7547

Text Example


Text Example

White with #2B7547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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