Html Css Color HEX #2F7756 Amazon

📋 copy color: '#2F7756'

red 47 ◦ green 119 ◦ blue 86

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

Shades of Amazon #2F7756

Tints of Amazon #2F7756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.22%

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

R = 18.65%
G = 47.22%
B = 34.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#2F7756 (or 0x2F7756) is known color: Amazon. HEX triplet: 2F, 77 and 56. RGB value is (47,119,86). Sum of RGB (Red+Green+Blue) = 47+119+86=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7756 is #D088A9. Grayscale: #5D5D5D. Windows color (decimal): -13666474 or 5666607. OLE color: 5666607.

HSL color Cylindrical-coordinate representation of color #2F7756: hue angle of 152.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7756 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 86 -
CMYK 0.61 0 0.28 0.53
HSL 152.5º 0.43% 0.33% -
HSV(B) 152.5º 0.61% 0.47% -
XYZ 9.45 14.47 11.1 -
YUV 93.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 47 119 86 0.61 0 0.28 0.53 152.5 0.43 0.33
Hex 2F 77 56 3D 0 1C 35 98 2B 21
Octal 57 167 126 75 0 34 65 230 53 41
Binary 101111 1110111 1010110 111101 0 11100 110101 10011000 101011 100001

Color Harmonies of #2F7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7756

Black with #2F7756

Text Example


Text Example

White with #2F7756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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