#2F704B

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

Shades of Amazon #2F704B

Tints of Amazon #2F704B

Color information

#2F704B (or 0x2F704B) is unknown color: approx Amazon. HEX triplet: 2F, 70 and 4B. RGB value is (47,112,75). Sum of RGB (Red+Green+Blue) = 47+112+75=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #2F704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F704B is #D08FB4. Grayscale: #585858. Windows color (decimal): -13668277 or 4943919. OLE color: 4943919.

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

Color convert

RGB4711275-
CMYK0.5800.330.56
HSL145.85º40.88%31.18%-
HSV(B)145.85º58.04%43.92%-
XYZ8.2412.78.67-
YUV88.35120.4798.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=20.09%
G=47.86%
B=32.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112750.5800.330.56145.8540.8831.18
Hex2F704B3A0213892291f
Octal5716011372041702225137
Binary1011111110000100101111101001000011110001001001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,112,75); }

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

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

 a { background-color: rgb(47,112,75); }

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

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

 span { border-color: rgb(47,112,75); }

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