#2F8544

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

Shades of Amazon #2F8544

Tints of Amazon #2F8544

Color information

#2F8544 (or 0x2F8544) is unknown color: approx Amazon. HEX triplet: 2F, 85 and 44. RGB value is (47,133,68). Sum of RGB (Red+Green+Blue) = 47+133+68=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8544 is #D07ABB. Grayscale: #646464. Windows color (decimal): -13662908 or 4490543. OLE color: 4490543.

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

Color convert

RGB4713368-
CMYK0.6500.490.48
HSL134.65º47.78%35.29%-
HSV(B)134.65º64.66%52.16%-
XYZ10.617.88.35-
YUV99.88110.0190.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=18.95%
G=53.63%
B=27.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47133680.6500.490.48134.6547.7835.29
Hex2F85444103130873023
Octal57205104101061602076043
Binary1011111000010110001001000001011000111000010000111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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