Html Css Color HEX #2B7546 Amazon

📋 copy color: '#2B7546'

red 43 ◦ green 117 ◦ blue 70

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

Shades of Amazon #2B7546

Tints of Amazon #2B7546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 18.7%
G = 50.87%
B = 30.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#2B7546 (or 0x2B7546) is known color: Amazon. HEX triplet: 2B, 75 and 46. RGB value is (43,117,70). Sum of RGB (Red+Green+Blue) = 43+117+70=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7546 is #D48AB9. Grayscale: #595959. Windows color (decimal): -13929146 or 4617515. OLE color: 4617515.

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

Color convert

RGB 43 117 70 -
CMYK 0.63 0 0.40 0.54
HSL 141.89º 0.46% 0.31% -
HSV(B) 141.89º 0.63% 0.46% -
XYZ 8.46 13.68 7.99 -
YUV 89.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 43 117 70 0.63 0 0.40 0.54 141.89 0.46 0.31
Hex 2B 75 46 3F 0 28 36 8E 2E 1F
Octal 53 165 106 77 0 50 66 216 56 37
Binary 101011 1110101 1000110 111111 0 101000 110110 10001110 101110 11111

Color Harmonies of #2B7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7546

Black with #2B7546

Text Example


Text Example

White with #2B7546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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