Html Css Color HEX #2B7450 Amazon

📋 copy color: '#2B7450'

red 43 ◦ green 116 ◦ blue 80

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

Shades of Amazon #2B7450

Tints of Amazon #2B7450

RGB

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

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

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

R = 17.99%
G = 48.54%
B = 33.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#2B7450 (or 0x2B7450) is known color: Amazon. HEX triplet: 2B, 74 and 50. RGB value is (43,116,80). Sum of RGB (Red+Green+Blue) = 43+116+80=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7450 is #D48BAF. Grayscale: #5A5A5A. Windows color (decimal): -13929392 or 5272619. OLE color: 5272619.

HSL color Cylindrical-coordinate representation of color #2B7450: hue angle of 150.41º 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 #2B7450 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 80 -
CMYK 0.63 0 0.31 0.55
HSL 150.41º 0.46% 0.31% -
HSV(B) 150.41º 0.63% 0.45% -
XYZ 8.69 13.58 9.75 -
YUV 90.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 43 116 80 0.63 0 0.31 0.55 150.41 0.46 0.31
Hex 2B 74 50 3F 0 1F 37 96 2E 1F
Octal 53 164 120 77 0 37 67 226 56 37
Binary 101011 1110100 1010000 111111 0 11111 110111 10010110 101110 11111

Color Harmonies of #2B7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7450

Black with #2B7450

Text Example


Text Example

White with #2B7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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