Html Css Color HEX #2B7D49 Amazon

📋 copy color: '#2B7D49'

red 43 ◦ green 125 ◦ blue 73

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

Shades of Amazon #2B7D49

Tints of Amazon #2B7D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.87%

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

R = 17.84%
G = 51.87%
B = 30.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#2B7D49 (or 0x2B7D49) is known color: Amazon. HEX triplet: 2B, 7D and 49. RGB value is (43,125,73). Sum of RGB (Red+Green+Blue) = 43+125+73=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7D49 is #D482B6. Grayscale: #5E5E5E. Windows color (decimal): -13927095 or 4816171. OLE color: 4816171.

HSL color Cylindrical-coordinate representation of color #2B7D49: hue angle of 141.95º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D49 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 125 73 -
CMYK 0.66 0 0.42 0.51
HSL 141.95º 0.49% 0.33% -
HSV(B) 141.95º 0.66% 0.49% -
XYZ 9.53 15.66 8.82 -
YUV 94.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 43 125 73 0.66 0 0.42 0.51 141.95 0.49 0.33
Hex 2B 7D 49 42 0 2A 33 8E 31 21
Octal 53 175 111 102 0 52 63 216 61 41
Binary 101011 1111101 1001001 1000010 0 101010 110011 10001110 110001 100001

Color Harmonies of #2B7D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7D49

Black with #2B7D49

Text Example


Text Example

White with #2B7D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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