Html Css Color HEX #2F755B Amazon

📋 copy color: '#2F755B'

red 47 ◦ green 117 ◦ blue 91

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

Shades of Amazon #2F755B

Tints of Amazon #2F755B

RGB

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

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

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

R = 18.43%
G = 45.88%
B = 35.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#2F755B (or 0x2F755B) is known color: Amazon. HEX triplet: 2F, 75 and 5B. RGB value is (47,117,91). Sum of RGB (Red+Green+Blue) = 47+117+91=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #2F755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F755B is #D08AA4. Grayscale: #5D5D5D. Windows color (decimal): -13666981 or 5993775. OLE color: 5993775.

HSL color Cylindrical-coordinate representation of color #2F755B: hue angle of 157.71º 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 #2F755B is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 91 -
CMYK 0.60 0 0.22 0.54
HSL 157.71º 0.43% 0.32% -
HSV(B) 157.71º 0.6% 0.46% -
XYZ 9.42 14.08 12.12 -
YUV 93.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 47 117 91 0.60 0 0.22 0.54 157.71 0.43 0.32
Hex 2F 75 5B 3C 0 16 36 9E 2B 20
Octal 57 165 133 74 0 26 66 236 53 40
Binary 101111 1110101 1011011 111100 0 10110 110110 10011110 101011 100000

Color Harmonies of #2F755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F755B

Black with #2F755B

Text Example


Text Example

White with #2F755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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