Html Css Color HEX #2B754B Amazon

📋 copy color: '#2B754B'

red 43 ◦ green 117 ◦ blue 75

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

Shades of Amazon #2B754B

Tints of Amazon #2B754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

R = 18.3%
G = 49.79%
B = 31.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#2B754B (or 0x2B754B) is known color: Amazon. HEX triplet: 2B, 75 and 4B. RGB value is (43,117,75). Sum of RGB (Red+Green+Blue) = 43+117+75=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #2B754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B754B is #D48AB4. Grayscale: #5A5A5A. Windows color (decimal): -13929141 or 4945195. OLE color: 4945195.

HSL color Cylindrical-coordinate representation of color #2B754B: hue angle of 145.95º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B754B is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 75 -
CMYK 0.63 0 0.36 0.54
HSL 145.95º 0.46% 0.31% -
HSV(B) 145.95º 0.63% 0.46% -
XYZ 8.63 13.74 8.85 -
YUV 90.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 43 117 75 0.63 0 0.36 0.54 145.95 0.46 0.31
Hex 2B 75 4B 3F 0 24 36 92 2E 1F
Octal 53 165 113 77 0 44 66 222 56 37
Binary 101011 1110101 1001011 111111 0 100100 110110 10010010 101110 11111

Color Harmonies of #2B754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B754B

Black with #2B754B

Text Example


Text Example

White with #2B754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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