Html Css Color HEX #2F765B Amazon

📋 copy color: '#2F765B'

red 47 ◦ green 118 ◦ blue 91

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

Shades of Amazon #2F765B

Tints of Amazon #2F765B

RGB

 RED value IS 47 (18.75% from 255) = 18.36%

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

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

R = 18.36%
G = 46.09%
B = 35.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#2F765B (or 0x2F765B) is known color: Amazon. HEX triplet: 2F, 76 and 5B. RGB value is (47,118,91). Sum of RGB (Red+Green+Blue) = 47+118+91=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #2F765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F765B is #D089A4. Grayscale: #5D5D5D. Windows color (decimal): -13666725 or 5994031. OLE color: 5994031.

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

Color convert

RGB 47 118 91 -
CMYK 0.60 0 0.23 0.54
HSL 157.18º 0.43% 0.32% -
HSV(B) 157.18º 0.6% 0.46% -
XYZ 9.54 14.32 12.16 -
YUV 93.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 47 118 91 0.60 0 0.23 0.54 157.18 0.43 0.32
Hex 2F 76 5B 3C 0 17 36 9D 2B 20
Octal 57 166 133 74 0 27 66 235 53 40
Binary 101111 1110110 1011011 111100 0 10111 110110 10011101 101011 100000

Color Harmonies of #2F765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F765B

Black with #2F765B

Text Example


Text Example

White with #2F765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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