Html Css Color HEX #2B7747 Amazon

📋 copy color: '#2B7747'

red 43 ◦ green 119 ◦ blue 71

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

Shades of Amazon #2B7747

Tints of Amazon #2B7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.07%

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

R = 18.45%
G = 51.07%
B = 30.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#2B7747 (or 0x2B7747) is known color: Amazon. HEX triplet: 2B, 77 and 47. RGB value is (43,119,71). Sum of RGB (Red+Green+Blue) = 43+119+71=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7747 is #D488B8. Grayscale: #5A5A5A. Windows color (decimal): -13928633 or 4683563. OLE color: 4683563.

HSL color Cylindrical-coordinate representation of color #2B7747: hue angle of 142.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7747 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 119 71 -
CMYK 0.64 0 0.40 0.53
HSL 142.11º 0.47% 0.32% -
HSV(B) 142.11º 0.64% 0.47% -
XYZ 8.73 14.16 8.23 -
YUV 90.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 43 119 71 0.64 0 0.40 0.53 142.11 0.47 0.32
Hex 2B 77 47 40 0 28 35 8E 2F 20
Octal 53 167 107 100 0 50 65 216 57 40
Binary 101011 1110111 1000111 1000000 0 101000 110101 10001110 101111 100000

Color Harmonies of #2B7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7747

Black with #2B7747

Text Example


Text Example

White with #2B7747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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