Html Css Color HEX #2F714A Amazon

📋 copy color: '#2F714A'

red 47 ◦ green 113 ◦ blue 74

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

Shades of Amazon #2F714A

Tints of Amazon #2F714A

RGB

 RED value IS 47 (18.75% from 255) = 20.09%

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 20.09%
G = 48.29%
B = 31.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#2F714A (or 0x2F714A) is known color: Amazon. HEX triplet: 2F, 71 and 4A. RGB value is (47,113,74). Sum of RGB (Red+Green+Blue) = 47+113+74=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #2F714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F714A is #D08EB5. Grayscale: #585858. Windows color (decimal): -13668022 or 4878639. OLE color: 4878639.

HSL color Cylindrical-coordinate representation of color #2F714A: hue angle of 144.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F714A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 74 -
CMYK 0.58 0 0.35 0.56
HSL 144.55º 0.41% 0.31% -
HSV(B) 144.55º 0.58% 0.44% -
XYZ 8.31 12.91 8.53 -
YUV 88.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 47 113 74 0.58 0 0.35 0.56 144.55 0.41 0.31
Hex 2F 71 4A 3A 0 23 38 91 29 1F
Octal 57 161 112 72 0 43 70 221 51 37
Binary 101111 1110001 1001010 111010 0 100011 111000 10010001 101001 11111

Color Harmonies of #2F714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F714A

Black with #2F714A

Text Example


Text Example

White with #2F714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,74); }

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

background-color css

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

 a { background-color: rgb(47,113,74); }

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

border-color css

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

 span { border-color: rgb(47,113,74); }

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