#2F8643

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

Shades of Amazon #2F8643

Tints of Amazon #2F8643

Color information

#2F8643 (or 0x2F8643) is unknown color: approx Amazon. HEX triplet: 2F, 86 and 43. RGB value is (47,134,67). Sum of RGB (Red+Green+Blue) = 47+134+67=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8643 is #D079BC. Grayscale: #646464. Windows color (decimal): -13662653 or 4425263. OLE color: 4425263.

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

Color convert

RGB4713467-
CMYK0.6500.50.47
HSL133.79º48.07%35.49%-
HSV(B)133.79º64.93%52.55%-
XYZ10.7118.068.23-
YUV100.35109.1889.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=18.95%
G=54.03%
B=27.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47134670.6500.50.47133.7948.0735.49
Hex2F8643410322F863023
Octal57206103101062572066043
Binary1011111000011010000111000001011001010111110000110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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