#2F8444

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

Shades of Amazon #2F8444

Tints of Amazon #2F8444

Color information

#2F8444 (or 0x2F8444) is unknown color: approx Amazon. HEX triplet: 2F, 84 and 44. RGB value is (47,132,68). Sum of RGB (Red+Green+Blue) = 47+132+68=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8444 is #D07BBB. Grayscale: #636363. Windows color (decimal): -13663164 or 4490287. OLE color: 4490287.

HSL color Cylindrical-coordinate representation of color #2F8444: hue angle of 134.82º 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 #2F8444 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB4713268-
CMYK0.6400.480.48
HSL134.82º47.49%35.1%-
HSV(B)134.82º64.39%51.76%-
XYZ10.4717.528.3-
YUV99.29110.3490.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=19.03%
G=53.44%
B=27.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132680.6400.480.48134.8247.4935.1
Hex2F84444003030872f23
Octal57204104100060602075743
Binary1011111000010010001001000000011000011000010000111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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