#2F6F4D

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

Shades of Amazon #2F6F4D

Tints of Amazon #2F6F4D

Color information

#2F6F4D (or 0x2F6F4D) is unknown color: approx Amazon. HEX triplet: 2F, 6F and 4D. RGB value is (47,111,77). Sum of RGB (Red+Green+Blue) = 47+111+77=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F4D is #D090B2. Grayscale: #585858. Windows color (decimal): -13668531 or 5074735. OLE color: 5074735.

HSL color Cylindrical-coordinate representation of color #2F6F4D: hue angle of 148.12º 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 #2F6F4D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB4711177-
CMYK0.5800.310.56
HSL148.12º40.51%30.98%-
HSV(B)148.12º57.66%43.53%-
XYZ8.212.519-
YUV87.99121.898.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=20%
G=47.23%
B=32.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111770.5800.310.56148.1240.5130.98
Hex2F6F4D3A01F3894291f
Octal5715711572037702245137
Binary101111110111110011011110100111111110001001010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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