Html Css Color HEX #2B8149 Amazon

📋 copy color: '#2B8149'

red 43 ◦ green 129 ◦ blue 73

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

Shades of Amazon #2B8149

Tints of Amazon #2B8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 17.55%
G = 52.65%
B = 29.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#2B8149 (or 0x2B8149) is known color: Amazon. HEX triplet: 2B, 81 and 49. RGB value is (43,129,73). Sum of RGB (Red+Green+Blue) = 43+129+73=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8149 is #D47EB6. Grayscale: #616161. Windows color (decimal): -13926071 or 4817195. OLE color: 4817195.

HSL color Cylindrical-coordinate representation of color #2B8149: hue angle of 140.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8149 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 129 73 -
CMYK 0.67 0 0.43 0.49
HSL 140.93º 0.5% 0.34% -
HSV(B) 140.93º 0.67% 0.51% -
XYZ 10.05 16.7 9 -
YUV 96.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 43 129 73 0.67 0 0.43 0.49 140.93 0.5 0.34
Hex 2B 81 49 43 0 2B 31 8D 32 22
Octal 53 201 111 103 0 53 61 215 62 42
Binary 101011 10000001 1001001 1000011 0 101011 110001 10001101 110010 100010

Color Harmonies of #2B8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8149

Black with #2B8149

Text Example


Text Example

White with #2B8149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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