Html Css Color HEX #2B744B Amazon

📋 copy color: '#2B744B'

red 43 ◦ green 116 ◦ blue 75

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

Shades of Amazon #2B744B

Tints of Amazon #2B744B

RGB

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

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

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

R = 18.38%
G = 49.57%
B = 32.05%

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

#2B744B (or 0x2B744B) is known color: Amazon. HEX triplet: 2B, 74 and 4B. RGB value is (43,116,75). Sum of RGB (Red+Green+Blue) = 43+116+75=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #2B744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B744B is #D48BB4. Grayscale: #595959. Windows color (decimal): -13929397 or 4944939. OLE color: 4944939.

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

Color convert

RGB 43 116 75 -
CMYK 0.63 0 0.35 0.55
HSL 146.3º 0.46% 0.31% -
HSV(B) 146.3º 0.63% 0.45% -
XYZ 8.51 13.51 8.82 -
YUV 89.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 43 116 75 0.63 0 0.35 0.55 146.3 0.46 0.31
Hex 2B 74 4B 3F 0 23 37 92 2E 1F
Octal 53 164 113 77 0 43 67 222 56 37
Binary 101011 1110100 1001011 111111 0 100011 110111 10010010 101110 11111

Color Harmonies of #2B744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B744B

Black with #2B744B

Text Example


Text Example

White with #2B744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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