Html Css Color HEX #2B7449 Amazon

📋 copy color: '#2B7449'

red 43 ◦ green 116 ◦ blue 73

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

Shades of Amazon #2B7449

Tints of Amazon #2B7449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 18.53%
G = 50%
B = 31.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#2B7449 (or 0x2B7449) is known color: Amazon. HEX triplet: 2B, 74 and 49. RGB value is (43,116,73). Sum of RGB (Red+Green+Blue) = 43+116+73=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7449 is #D48BB6. Grayscale: #595959. Windows color (decimal): -13929399 or 4813867. OLE color: 4813867.

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

Color convert

RGB 43 116 73 -
CMYK 0.63 0 0.37 0.55
HSL 144.66º 0.46% 0.31% -
HSV(B) 144.66º 0.63% 0.45% -
XYZ 8.44 13.49 8.46 -
YUV 89.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 43 116 73 0.63 0 0.37 0.55 144.66 0.46 0.31
Hex 2B 74 49 3F 0 25 37 91 2E 1F
Octal 53 164 111 77 0 45 67 221 56 37
Binary 101011 1110100 1001001 111111 0 100101 110111 10010001 101110 11111

Color Harmonies of #2B7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7449

Black with #2B7449

Text Example


Text Example

White with #2B7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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