#2F6F4C

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

Shades of Amazon #2F6F4C

Tints of Amazon #2F6F4C

Color information

#2F6F4C (or 0x2F6F4C) is unknown color: approx Amazon. HEX triplet: 2F, 6F and 4C. RGB value is (47,111,76). Sum of RGB (Red+Green+Blue) = 47+111+76=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F4C is #D090B3. Grayscale: #575757. Windows color (decimal): -13668532 or 5009199. OLE color: 5009199.

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

Color convert

RGB4711176-
CMYK0.5800.320.56
HSL147.19º40.51%30.98%-
HSV(B)147.19º57.66%43.53%-
XYZ8.1612.58.82-
YUV87.87121.398.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=20.09%
G=47.44%
B=32.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111760.5800.320.56147.1940.5130.98
Hex2F6F4C3A0203893291f
Octal5715711472040702235137
Binary1011111101111100110011101001000001110001001001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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