Html Css Color HEX #2D8347 Amazon

📋 copy color: '#2D8347'

red 45 ◦ green 131 ◦ blue 71

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

Shades of Amazon #2D8347

Tints of Amazon #2D8347

RGB

 RED value IS 45 (17.97% from 255) = 18.22%

 GREEN value IS 131 (51.56% from 255) = 53.04%

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

R = 18.22%
G = 53.04%
B = 28.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#2D8347 (or 0x2D8347) is known color: Amazon. HEX triplet: 2D, 83 and 47. RGB value is (45,131,71). Sum of RGB (Red+Green+Blue) = 45+131+71=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8347 is #D27CB8. Grayscale: #626262. Windows color (decimal): -13794489 or 4686637. OLE color: 4686637.

HSL color Cylindrical-coordinate representation of color #2D8347: hue angle of 138.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8347 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 131 71 -
CMYK 0.66 0 0.46 0.49
HSL 138.14º 0.49% 0.35% -
HSV(B) 138.14º 0.66% 0.51% -
XYZ 10.34 17.25 8.75 -
YUV 98.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 45 131 71 0.66 0 0.46 0.49 138.14 0.49 0.35
Hex 2D 83 47 42 0 2E 31 8A 31 23
Octal 55 203 107 102 0 56 61 212 61 43
Binary 101101 10000011 1000111 1000010 0 101110 110001 10001010 110001 100011

Color Harmonies of #2D8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8347

Black with #2D8347

Text Example


Text Example

White with #2D8347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,131,71); }

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

background-color css

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

 a { background-color: rgb(45,131,71); }

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

border-color css

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

 span { border-color: rgb(45,131,71); }

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