#2F8447

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

Shades of Amazon #2F8447

Tints of Amazon #2F8447

Color information

#2F8447 (or 0x2F8447) is unknown color: approx Amazon. HEX triplet: 2F, 84 and 47. RGB value is (47,132,71). Sum of RGB (Red+Green+Blue) = 47+132+71=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8447 is #D07BB8. Grayscale: #636363. Windows color (decimal): -13663161 or 4686895. OLE color: 4686895.

HSL color Cylindrical-coordinate representation of color #2F8447: hue angle of 136.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8447 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB4713271-
CMYK0.6400.460.48
HSL136.94º47.49%35.1%-
HSV(B)136.94º64.39%51.76%-
XYZ10.5617.568.79-
YUV99.63111.8490.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=18.8%
G=52.8%
B=28.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132710.6400.460.48136.9447.4935.1
Hex2F84474002E30892f23
Octal57204107100056602115743
Binary1011111000010010001111000000010111011000010001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,71); }

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

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

 a { background-color: rgb(47,132,71); }

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

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

 span { border-color: rgb(47,132,71); }

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