#2F8443

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

Shades of Amazon #2F8443

Tints of Amazon #2F8443

Color information

#2F8443 (or 0x2F8443) is unknown color: approx Amazon. HEX triplet: 2F, 84 and 43. RGB value is (47,132,67). Sum of RGB (Red+Green+Blue) = 47+132+67=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8443 is #D07BBC. Grayscale: #636363. Windows color (decimal): -13663165 or 4424751. OLE color: 4424751.

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

Color convert

RGB4713267-
CMYK0.6400.490.48
HSL134.12º47.49%35.1%-
HSV(B)134.12º64.39%51.76%-
XYZ10.4417.518.14-
YUV99.18109.8490.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=19.11%
G=53.66%
B=27.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132670.6400.490.48134.1247.4935.1
Hex2F84434003130862f23
Octal57204103100061602065743
Binary1011111000010010000111000000011000111000010000110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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