Html Css Color HEX #2B7545 Amazon

📋 copy color: '#2B7545'

red 43 ◦ green 117 ◦ blue 69

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

Shades of Amazon #2B7545

Tints of Amazon #2B7545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.13%

R = 18.78%
G = 51.09%
B = 30.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#2B7545 (or 0x2B7545) is known color: Amazon. HEX triplet: 2B, 75 and 45. RGB value is (43,117,69). Sum of RGB (Red+Green+Blue) = 43+117+69=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7545 is #D48ABA. Grayscale: #595959. Windows color (decimal): -13929147 or 4551979. OLE color: 4551979.

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

Color convert

RGB 43 117 69 -
CMYK 0.63 0 0.41 0.54
HSL 141.08º 0.46% 0.31% -
HSV(B) 141.08º 0.63% 0.46% -
XYZ 8.43 13.67 7.82 -
YUV 89.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 43 117 69 0.63 0 0.41 0.54 141.08 0.46 0.31
Hex 2B 75 45 3F 0 29 36 8D 2E 1F
Octal 53 165 105 77 0 51 66 215 56 37
Binary 101011 1110101 1000101 111111 0 101001 110110 10001101 101110 11111

Color Harmonies of #2B7545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7545

Black with #2B7545

Text Example


Text Example

White with #2B7545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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