Html Css Color HEX #2B7351 Amazon

📋 copy color: '#2B7351'

red 43 ◦ green 115 ◦ blue 81

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

Shades of Amazon #2B7351

Tints of Amazon #2B7351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

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

R = 17.99%
G = 48.12%
B = 33.89%

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

#2B7351 (or 0x2B7351) is known color: Amazon. HEX triplet: 2B, 73 and 51. RGB value is (43,115,81). Sum of RGB (Red+Green+Blue) = 43+115+81=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7351 is #D48CAE. Grayscale: #595959. Windows color (decimal): -13929647 or 5337899. OLE color: 5337899.

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

Color convert

RGB 43 115 81 -
CMYK 0.63 0 0.30 0.55
HSL 151.67º 0.46% 0.31% -
HSV(B) 151.67º 0.63% 0.45% -
XYZ 8.61 13.37 9.91 -
YUV 89.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 43 115 81 0.63 0 0.30 0.55 151.67 0.46 0.31
Hex 2B 73 51 3F 0 1E 37 98 2E 1F
Octal 53 163 121 77 0 36 67 230 56 37
Binary 101011 1110011 1010001 111111 0 11110 110111 10011000 101110 11111

Color Harmonies of #2B7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7351

Black with #2B7351

Text Example


Text Example

White with #2B7351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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