Html Css Color HEX #2B7352 Amazon

📋 copy color: '#2B7352'

red 43 ◦ green 115 ◦ blue 82

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

Shades of Amazon #2B7352

Tints of Amazon #2B7352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 17.92%
G = 47.92%
B = 34.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#2B7352 (or 0x2B7352) is known color: Amazon. HEX triplet: 2B, 73 and 52. RGB value is (43,115,82). Sum of RGB (Red+Green+Blue) = 43+115+82=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7352 is #D48CAD. Grayscale: #595959. Windows color (decimal): -13929646 or 5403435. OLE color: 5403435.

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

Color convert

RGB 43 115 82 -
CMYK 0.63 0 0.29 0.55
HSL 152.5º 0.46% 0.31% -
HSV(B) 152.5º 0.63% 0.45% -
XYZ 8.65 13.38 10.11 -
YUV 89.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 43 115 82 0.63 0 0.29 0.55 152.5 0.46 0.31
Hex 2B 73 52 3F 0 1D 37 98 2E 1F
Octal 53 163 122 77 0 35 67 230 56 37
Binary 101011 1110011 1010010 111111 0 11101 110111 10011000 101110 11111

Color Harmonies of #2B7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7352

Black with #2B7352

Text Example


Text Example

White with #2B7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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