Html Css Color HEX #2F7E5B Amazon

📋 copy color: '#2F7E5B'

red 47 ◦ green 126 ◦ blue 91

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

Shades of Amazon #2F7E5B

Tints of Amazon #2F7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.73%

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 17.8%
G = 47.73%
B = 34.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#2F7E5B (or 0x2F7E5B) is known color: Amazon. HEX triplet: 2F, 7E and 5B. RGB value is (47,126,91). Sum of RGB (Red+Green+Blue) = 47+126+91=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7E5B is #D081A4. Grayscale: #626262. Windows color (decimal): -13664677 or 5996079. OLE color: 5996079.

HSL color Cylindrical-coordinate representation of color #2F7E5B: hue angle of 153.42º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7E5B is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 126 91 -
CMYK 0.63 0 0.28 0.51
HSL 153.42º 0.46% 0.34% -
HSV(B) 153.42º 0.63% 0.49% -
XYZ 10.52 16.28 12.49 -
YUV 98.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 47 126 91 0.63 0 0.28 0.51 153.42 0.46 0.34
Hex 2F 7E 5B 3F 0 1C 33 99 2E 22
Octal 57 176 133 77 0 34 63 231 56 42
Binary 101111 1111110 1011011 111111 0 11100 110011 10011001 101110 100010

Color Harmonies of #2F7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7E5B

Black with #2F7E5B

Text Example


Text Example

White with #2F7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,126,91); }

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

background-color css

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

 a { background-color: rgb(47,126,91); }

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

border-color css

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

 span { border-color: rgb(47,126,91); }

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