Html Css Color HEX #2B7458 Amazon

📋 copy color: '#2B7458'

red 43 ◦ green 116 ◦ blue 88

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

Shades of Amazon #2B7458

Tints of Amazon #2B7458

RGB

 RED value IS 43 (17.19% from 255) = 17.41%

 GREEN value IS 116 (45.7% from 255) = 46.96%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 17.41%
G = 46.96%
B = 35.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#2B7458 (or 0x2B7458) is known color: Amazon. HEX triplet: 2B, 74 and 58. RGB value is (43,116,88). Sum of RGB (Red+Green+Blue) = 43+116+88=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7458 is #D48BA7. Grayscale: #5B5B5B. Windows color (decimal): -13929384 or 5796907. OLE color: 5796907.

HSL color Cylindrical-coordinate representation of color #2B7458: hue angle of 156.99º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7458 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 88 -
CMYK 0.63 0 0.24 0.55
HSL 156.99º 0.46% 0.31% -
HSV(B) 156.99º 0.63% 0.45% -
XYZ 9 13.71 11.4 -
YUV 90.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 43 116 88 0.63 0 0.24 0.55 156.99 0.46 0.31
Hex 2B 74 58 3F 0 18 37 9D 2E 1F
Octal 53 164 130 77 0 30 67 235 56 37
Binary 101011 1110100 1011000 111111 0 11000 110111 10011101 101110 11111

Color Harmonies of #2B7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7458

Black with #2B7458

Text Example


Text Example

White with #2B7458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,88); }

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

background-color css

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

 a { background-color: rgb(43,116,88); }

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

border-color css

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

 span { border-color: rgb(43,116,88); }

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