#2F6F54

Color #2F6F54 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #2F6F54

Tints of Amazon #2F6F54

Color information

#2F6F54 (or 0x2F6F54) is unknown color: approx Amazon. HEX triplet: 2F, 6F and 54. RGB value is (47,111,84). Sum of RGB (Red+Green+Blue) = 47+111+84=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F54 is #D090AB. Grayscale: #585858. Windows color (decimal): -13668524 or 5533487. OLE color: 5533487.

HSL color Cylindrical-coordinate representation of color #2F6F54: hue angle of 154.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F54 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB4711184-
CMYK0.5800.240.56
HSL154.69º40.51%30.98%-
HSV(B)154.69º57.66%43.53%-
XYZ8.4612.6110.38-
YUV88.79125.398.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=19.42%
G=45.87%
B=34.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111840.5800.240.56154.6940.5130.98
Hex2F6F543A018389b291f
Octal5715712472030702335137
Binary101111110111110101001110100110001110001001101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,84); }

 H1.HeaderClassName
 {
   color: #2F6F54;
 }
 .AnyTagClassName
 {
   color: #2F6F54;
 }
</style>
background-color css

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

 a { background-color: rgb(47,111,84); }

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

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

 span { border-color: rgb(47,111,84); }

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