Html Css Color HEX #2B784A Amazon

📋 copy color: '#2B784A'

red 43 ◦ green 120 ◦ blue 74

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

Shades of Amazon #2B784A

Tints of Amazon #2B784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.63%

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 18.14%
G = 50.63%
B = 31.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#2B784A (or 0x2B784A) is known color: Amazon. HEX triplet: 2B, 78 and 4A. RGB value is (43,120,74). Sum of RGB (Red+Green+Blue) = 43+120+74=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #2B784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B784A is #D487B5. Grayscale: #5B5B5B. Windows color (decimal): -13928374 or 4880427. OLE color: 4880427.

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

Color convert

RGB 43 120 74 -
CMYK 0.64 0 0.38 0.53
HSL 144.16º 0.47% 0.32% -
HSV(B) 144.16º 0.64% 0.47% -
XYZ 8.95 14.44 8.79 -
YUV 91.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 43 120 74 0.64 0 0.38 0.53 144.16 0.47 0.32
Hex 2B 78 4A 40 0 26 35 90 2F 20
Octal 53 170 112 100 0 46 65 220 57 40
Binary 101011 1111000 1001010 1000000 0 100110 110101 10010000 101111 100000

Color Harmonies of #2B784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B784A

Black with #2B784A

Text Example


Text Example

White with #2B784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,120,74); }

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

background-color css

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

 a { background-color: rgb(43,120,74); }

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

border-color css

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

 span { border-color: rgb(43,120,74); }

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