Html Css Color HEX #2B734B Amazon

📋 copy color: '#2B734B'

red 43 ◦ green 115 ◦ blue 75

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

Shades of Amazon #2B734B

Tints of Amazon #2B734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 18.45%
G = 49.36%
B = 32.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#2B734B (or 0x2B734B) is known color: Amazon. HEX triplet: 2B, 73 and 4B. RGB value is (43,115,75). Sum of RGB (Red+Green+Blue) = 43+115+75=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #2B734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B734B is #D48CB4. Grayscale: #595959. Windows color (decimal): -13929653 or 4944683. OLE color: 4944683.

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

Color convert

RGB 43 115 75 -
CMYK 0.63 0 0.35 0.55
HSL 146.67º 0.46% 0.31% -
HSV(B) 146.67º 0.63% 0.45% -
XYZ 8.4 13.28 8.78 -
YUV 88.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 43 115 75 0.63 0 0.35 0.55 146.67 0.46 0.31
Hex 2B 73 4B 3F 0 23 37 93 2E 1F
Octal 53 163 113 77 0 43 67 223 56 37
Binary 101011 1110011 1001011 111111 0 100011 110111 10010011 101110 11111

Color Harmonies of #2B734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B734B

Black with #2B734B

Text Example


Text Example

White with #2B734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,75); }

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

background-color css

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

 a { background-color: rgb(43,115,75); }

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

border-color css

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

 span { border-color: rgb(43,115,75); }

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