Html Css Color HEX #2E6F50 Amazon

📋 copy color: '#2E6F50'

red 46 ◦ green 111 ◦ blue 80

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

Shades of Amazon #2E6F50

Tints of Amazon #2E6F50

RGB

 RED value IS 46 (18.36% from 255) = 19.41%

 GREEN value IS 111 (43.75% from 255) = 46.84%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 19.41%
G = 46.84%
B = 33.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#2E6F50 (or 0x2E6F50) is known color: Amazon. HEX triplet: 2E, 6F and 50. RGB value is (46,111,80). Sum of RGB (Red+Green+Blue) = 46+111+80=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F50 is #D190AF. Grayscale: #585858. Windows color (decimal): -13734064 or 5271342. OLE color: 5271342.

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

Color convert

RGB 46 111 80 -
CMYK 0.59 0 0.28 0.56
HSL 151.38º 0.41% 0.31% -
HSV(B) 151.38º 0.59% 0.44% -
XYZ 8.26 12.53 9.57 -
YUV 88.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 46 111 80 0.59 0 0.28 0.56 151.38 0.41 0.31
Hex 2E 6F 50 3B 0 1C 38 97 29 1F
Octal 56 157 120 73 0 34 70 227 51 37
Binary 101110 1101111 1010000 111011 0 11100 111000 10010111 101001 11111

Color Harmonies of #2E6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F50

Black with #2E6F50

Text Example


Text Example

White with #2E6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,80); }

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

background-color css

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

 a { background-color: rgb(46,111,80); }

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

border-color css

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

 span { border-color: rgb(46,111,80); }

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