Html Css Color HEX #2E7B5B Amazon

📋 copy color: '#2E7B5B'

red 46 ◦ green 123 ◦ blue 91

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

Shades of Amazon #2E7B5B

Tints of Amazon #2E7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.31%

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

R = 17.69%
G = 47.31%
B = 35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#2E7B5B (or 0x2E7B5B) is known color: Amazon. HEX triplet: 2E, 7B and 5B. RGB value is (46,123,91). Sum of RGB (Red+Green+Blue) = 46+123+91=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7B5B is #D184A4. Grayscale: #606060. Windows color (decimal): -13730981 or 5995310. OLE color: 5995310.

HSL color Cylindrical-coordinate representation of color #2E7B5B: hue angle of 155.06º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7B5B is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 123 91 -
CMYK 0.63 0 0.26 0.52
HSL 155.06º 0.46% 0.33% -
HSV(B) 155.06º 0.63% 0.48% -
XYZ 10.1 15.5 12.36 -
YUV 96.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 46 123 91 0.63 0 0.26 0.52 155.06 0.46 0.33
Hex 2E 7B 5B 3F 0 1A 34 9B 2E 21
Octal 56 173 133 77 0 32 64 233 56 41
Binary 101110 1111011 1011011 111111 0 11010 110100 10011011 101110 100001

Color Harmonies of #2E7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7B5B

Black with #2E7B5B

Text Example


Text Example

White with #2E7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,123,91); }

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

background-color css

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

 a { background-color: rgb(46,123,91); }

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

border-color css

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

 span { border-color: rgb(46,123,91); }

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