Html Css Color HEX #2D714F Amazon

📋 copy color: '#2D714F'

red 45 ◦ green 113 ◦ blue 79

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

Shades of Amazon #2D714F

Tints of Amazon #2D714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 18.99%
G = 47.68%
B = 33.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#2D714F (or 0x2D714F) is known color: Amazon. HEX triplet: 2D, 71 and 4F. RGB value is (45,113,79). Sum of RGB (Red+Green+Blue) = 45+113+79=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #2D714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D714F is #D28EB0. Grayscale: #585858. Windows color (decimal): -13799089 or 5206317. OLE color: 5206317.

HSL color Cylindrical-coordinate representation of color #2D714F: hue angle of 150º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D714F is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 113 79 -
CMYK 0.60 0 0.30 0.56
HSL 150º 0.43% 0.31% -
HSV(B) 150º 0.6% 0.44% -
XYZ 8.4 12.93 9.45 -
YUV 88.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 45 113 79 0.60 0 0.30 0.56 150 0.43 0.31
Hex 2D 71 4F 3C 0 1E 38 96 2B 1F
Octal 55 161 117 74 0 36 70 226 53 37
Binary 101101 1110001 1001111 111100 0 11110 111000 10010110 101011 11111

Color Harmonies of #2D714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D714F

Black with #2D714F

Text Example


Text Example

White with #2D714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,113,79); }

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

background-color css

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

 a { background-color: rgb(45,113,79); }

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

border-color css

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

 span { border-color: rgb(45,113,79); }

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