Html Css Color HEX #2F714F Amazon

📋 copy color: '#2F714F'

red 47 ◦ green 113 ◦ blue 79

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

Shades of Amazon #2F714F

Tints of Amazon #2F714F

RGB

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

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

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

R = 19.67%
G = 47.28%
B = 33.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#2F714F (or 0x2F714F) is known color: Amazon. HEX triplet: 2F, 71 and 4F. RGB value is (47,113,79). Sum of RGB (Red+Green+Blue) = 47+113+79=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #2F714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F714F is #D08EB0. Grayscale: #595959. Windows color (decimal): -13668017 or 5206319. OLE color: 5206319.

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

Color convert

RGB 47 113 79 -
CMYK 0.58 0 0.30 0.56
HSL 149.09º 0.41% 0.31% -
HSV(B) 149.09º 0.58% 0.44% -
XYZ 8.49 12.98 9.45 -
YUV 89.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 47 113 79 0.58 0 0.30 0.56 149.09 0.41 0.31
Hex 2F 71 4F 3A 0 1E 38 95 29 1F
Octal 57 161 117 72 0 36 70 225 51 37
Binary 101111 1110001 1001111 111010 0 11110 111000 10010101 101001 11111

Color Harmonies of #2F714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F714F

Black with #2F714F

Text Example


Text Example

White with #2F714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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