Html Css Color HEX #2B7451 Amazon

📋 copy color: '#2B7451'

red 43 ◦ green 116 ◦ blue 81

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

Shades of Amazon #2B7451

Tints of Amazon #2B7451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 17.92%
G = 48.33%
B = 33.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#2B7451 (or 0x2B7451) is known color: Amazon. HEX triplet: 2B, 74 and 51. RGB value is (43,116,81). Sum of RGB (Red+Green+Blue) = 43+116+81=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7451 is #D48BAE. Grayscale: #5A5A5A. Windows color (decimal): -13929391 or 5338155. OLE color: 5338155.

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

Color convert

RGB 43 116 81 -
CMYK 0.63 0 0.30 0.55
HSL 151.23º 0.46% 0.31% -
HSV(B) 151.23º 0.63% 0.45% -
XYZ 8.73 13.6 9.95 -
YUV 90.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 43 116 81 0.63 0 0.30 0.55 151.23 0.46 0.31
Hex 2B 74 51 3F 0 1E 37 97 2E 1F
Octal 53 164 121 77 0 36 67 227 56 37
Binary 101011 1110100 1010001 111111 0 11110 110111 10010111 101110 11111

Color Harmonies of #2B7451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7451

Black with #2B7451

Text Example


Text Example

White with #2B7451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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