Html Css Color HEX #2B7552 Amazon

📋 copy color: '#2B7552'

red 43 ◦ green 117 ◦ blue 82

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

Shades of Amazon #2B7552

Tints of Amazon #2B7552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 17.77%
G = 48.35%
B = 33.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#2B7552 (or 0x2B7552) is known color: Amazon. HEX triplet: 2B, 75 and 52. RGB value is (43,117,82). Sum of RGB (Red+Green+Blue) = 43+117+82=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7552 is #D48AAD. Grayscale: #5A5A5A. Windows color (decimal): -13929134 or 5403947. OLE color: 5403947.

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

Color convert

RGB 43 117 82 -
CMYK 0.63 0 0.30 0.54
HSL 151.62º 0.46% 0.31% -
HSV(B) 151.62º 0.63% 0.46% -
XYZ 8.88 13.85 10.19 -
YUV 90.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 43 117 82 0.63 0 0.30 0.54 151.62 0.46 0.31
Hex 2B 75 52 3F 0 1E 36 98 2E 1F
Octal 53 165 122 77 0 36 66 230 56 37
Binary 101011 1110101 1010010 111111 0 11110 110110 10011000 101110 11111

Color Harmonies of #2B7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7552

Black with #2B7552

Text Example


Text Example

White with #2B7552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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