#2F7259

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

Shades of Amazon #2F7259

Tints of Amazon #2F7259

Color information

#2F7259 (or 0x2F7259) is unknown color: approx Amazon. HEX triplet: 2F, 72 and 59. RGB value is (47,114,89). Sum of RGB (Red+Green+Blue) = 47+114+89=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7259 is #D08DA6. Grayscale: #5B5B5B. Windows color (decimal): -13667751 or 5861935. OLE color: 5861935.

HSL color Cylindrical-coordinate representation of color #2F7259: hue angle of 157.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7259 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB4711489-
CMYK0.5900.220.55
HSL157.61º41.61%31.57%-
HSV(B)157.61º58.77%44.71%-
XYZ8.9913.3611.56-
YUV91.12126.896.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=18.8%
G=45.6%
B=35.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114890.5900.220.55157.6141.6131.57
Hex2F72593B016379e2a20
Octal5716213173026672365240
Binary1011111110010101100111101101011011011110011110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,89); }

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

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

 a { background-color: rgb(47,114,89); }

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

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

 span { border-color: rgb(47,114,89); }

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