Html Css Color HEX #2B7447 Amazon

📋 copy color: '#2B7447'

red 43 ◦ green 116 ◦ blue 71

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

Shades of Amazon #2B7447

Tints of Amazon #2B7447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

 BLUE value IS 71 (28.13% from 255) = 30.87%

R = 18.7%
G = 50.43%
B = 30.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#2B7447 (or 0x2B7447) is known color: Amazon. HEX triplet: 2B, 74 and 47. RGB value is (43,116,71). Sum of RGB (Red+Green+Blue) = 43+116+71=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7447 is #D48BB8. Grayscale: #595959. Windows color (decimal): -13929401 or 4682795. OLE color: 4682795.

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

Color convert

RGB 43 116 71 -
CMYK 0.63 0 0.39 0.55
HSL 143.01º 0.46% 0.31% -
HSV(B) 143.01º 0.63% 0.45% -
XYZ 8.38 13.46 8.12 -
YUV 89.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 43 116 71 0.63 0 0.39 0.55 143.01 0.46 0.31
Hex 2B 74 47 3F 0 27 37 8F 2E 1F
Octal 53 164 107 77 0 47 67 217 56 37
Binary 101011 1110100 1000111 111111 0 100111 110111 10001111 101110 11111

Color Harmonies of #2B7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7447

Black with #2B7447

Text Example


Text Example

White with #2B7447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,71); }

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

background-color css

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

 a { background-color: rgb(43,116,71); }

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

border-color css

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

 span { border-color: rgb(43,116,71); }

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