Html Css Color HEX #2B765B Amazon

📋 copy color: '#2B765B'

red 43 ◦ green 118 ◦ blue 91

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

Shades of Amazon #2B765B

Tints of Amazon #2B765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 17.06%
G = 46.83%
B = 36.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#2B765B (or 0x2B765B) is known color: Amazon. HEX triplet: 2B, 76 and 5B. RGB value is (43,118,91). Sum of RGB (Red+Green+Blue) = 43+118+91=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #2B765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B765B is #D489A4. Grayscale: #5C5C5C. Windows color (decimal): -13928869 or 5994027. OLE color: 5994027.

HSL color Cylindrical-coordinate representation of color #2B765B: hue angle of 158.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B765B is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 91 -
CMYK 0.64 0 0.23 0.54
HSL 158.4º 0.47% 0.32% -
HSV(B) 158.4º 0.64% 0.46% -
XYZ 9.36 14.23 12.15 -
YUV 92.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 43 118 91 0.64 0 0.23 0.54 158.4 0.47 0.32
Hex 2B 76 5B 40 0 17 36 9E 2F 20
Octal 53 166 133 100 0 27 66 236 57 40
Binary 101011 1110110 1011011 1000000 0 10111 110110 10011110 101111 100000

Color Harmonies of #2B765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B765B

Black with #2B765B

Text Example


Text Example

White with #2B765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,91); }

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

background-color css

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

 a { background-color: rgb(43,118,91); }

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

border-color css

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

 span { border-color: rgb(43,118,91); }

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