Html Css Color HEX #2B744C Amazon

📋 copy color: '#2B744C'

red 43 ◦ green 116 ◦ blue 76

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

Shades of Amazon #2B744C

Tints of Amazon #2B744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 18.3%
G = 49.36%
B = 32.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#2B744C (or 0x2B744C) is known color: Amazon. HEX triplet: 2B, 74 and 4C. RGB value is (43,116,76). Sum of RGB (Red+Green+Blue) = 43+116+76=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #2B744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B744C is #D48BB3. Grayscale: #595959. Windows color (decimal): -13929396 or 5010475. OLE color: 5010475.

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

Color convert

RGB 43 116 76 -
CMYK 0.63 0 0.34 0.55
HSL 147.12º 0.46% 0.31% -
HSV(B) 147.12º 0.63% 0.45% -
XYZ 8.55 13.53 9 -
YUV 89.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 43 116 76 0.63 0 0.34 0.55 147.12 0.46 0.31
Hex 2B 74 4C 3F 0 22 37 93 2E 1F
Octal 53 164 114 77 0 42 67 223 56 37
Binary 101011 1110100 1001100 111111 0 100010 110111 10010011 101110 11111

Color Harmonies of #2B744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B744C

Black with #2B744C

Text Example


Text Example

White with #2B744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,76); }

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

background-color css

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

 a { background-color: rgb(43,116,76); }

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

border-color css

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

 span { border-color: rgb(43,116,76); }

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