Html Css Color HEX #2F7056 Amazon

📋 copy color: '#2F7056'

red 47 ◦ green 112 ◦ blue 86

#2F7056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #2F7056

Tints of Amazon #2F7056

RGB

 RED value IS 47 (18.75% from 255) = 19.18%

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 19.18%
G = 45.71%
B = 35.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#2F7056 (or 0x2F7056) is known color: Amazon. HEX triplet: 2F, 70 and 56. RGB value is (47,112,86). Sum of RGB (Red+Green+Blue) = 47+112+86=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7056 is #D08FA9. Grayscale: #595959. Windows color (decimal): -13668266 or 5664815. OLE color: 5664815.

HSL color Cylindrical-coordinate representation of color #2F7056: hue angle of 156º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7056 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 112 86 -
CMYK 0.58 0 0.23 0.56
HSL 156º 0.41% 0.31% -
HSV(B) 156º 0.58% 0.44% -
XYZ 8.65 12.86 10.83 -
YUV 89.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 47 112 86 0.58 0 0.23 0.56 156 0.41 0.31
Hex 2F 70 56 3A 0 17 38 9C 29 1F
Octal 57 160 126 72 0 27 70 234 51 37
Binary 101111 1110000 1010110 111010 0 10111 111000 10011100 101001 11111

Color Harmonies of #2F7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7056

Black with #2F7056

Text Example


Text Example

White with #2F7056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,112,86); }

 H1.HeaderClassName
 {
   color: #2F7056;
 }
 .AnyTagClassName
 {
   color: #2F7056;
 }
</style>

background-color css

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

 a { background-color: rgb(47,112,86); }

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

border-color css

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

 span { border-color: rgb(47,112,86); }

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