Html Css Color HEX #2F714B Amazon

📋 copy color: '#2F714B'

red 47 ◦ green 113 ◦ blue 75

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

Shades of Amazon #2F714B

Tints of Amazon #2F714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 20%
G = 48.09%
B = 31.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#2F714B (or 0x2F714B) is known color: Amazon. HEX triplet: 2F, 71 and 4B. RGB value is (47,113,75). Sum of RGB (Red+Green+Blue) = 47+113+75=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #2F714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F714B is #D08EB4. Grayscale: #595959. Windows color (decimal): -13668021 or 4944175. OLE color: 4944175.

HSL color Cylindrical-coordinate representation of color #2F714B: hue angle of 145.45º 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 #2F714B is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 75 -
CMYK 0.58 0 0.34 0.56
HSL 145.45º 0.41% 0.31% -
HSV(B) 145.45º 0.58% 0.44% -
XYZ 8.35 12.92 8.71 -
YUV 88.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 47 113 75 0.58 0 0.34 0.56 145.45 0.41 0.31
Hex 2F 71 4B 3A 0 22 38 91 29 1F
Octal 57 161 113 72 0 42 70 221 51 37
Binary 101111 1110001 1001011 111010 0 100010 111000 10010001 101001 11111

Color Harmonies of #2F714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F714B

Black with #2F714B

Text Example


Text Example

White with #2F714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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