#2F764F

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

Shades of Amazon #2F764F

Tints of Amazon #2F764F

Color information

#2F764F (or 0x2F764F) is unknown color: approx Amazon. HEX triplet: 2F, 76 and 4F. RGB value is (47,118,79). Sum of RGB (Red+Green+Blue) = 47+118+79=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #2F764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F764F is #D089B0. Grayscale: #5C5C5C. Windows color (decimal): -13666737 or 5207599. OLE color: 5207599.

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

Color convert

RGB4711879-
CMYK0.6000.330.54
HSL147.04º43.03%32.35%-
HSV(B)147.04º60.17%46.27%-
XYZ9.0614.139.65-
YUV92.32120.4895.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=19.26%
G=48.36%
B=32.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47118790.6000.330.54147.0443.0332.35
Hex2F764F3C02136932b20
Octal5716611774041662235340
Binary10111111101101001111111100010000111011010010011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,118,79); }

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

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

 a { background-color: rgb(47,118,79); }

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

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

 span { border-color: rgb(47,118,79); }

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