Html Css Color HEX #2F7C5E Amazon

📋 copy color: '#2F7C5E'

red 47 ◦ green 124 ◦ blue 94

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

Shades of Amazon #2F7C5E

Tints of Amazon #2F7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 17.74%
G = 46.79%
B = 35.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#2F7C5E (or 0x2F7C5E) is known color: Amazon. HEX triplet: 2F, 7C and 5E. RGB value is (47,124,94). Sum of RGB (Red+Green+Blue) = 47+124+94=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #2F7C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7C5E is #D083A1. Grayscale: #616161. Windows color (decimal): -13665186 or 6192175. OLE color: 6192175.

HSL color Cylindrical-coordinate representation of color #2F7C5E: hue angle of 156.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7C5E is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 124 94 -
CMYK 0.62 0 0.24 0.51
HSL 156.62º 0.45% 0.34% -
HSV(B) 156.62º 0.62% 0.49% -
XYZ 10.4 15.83 13.1 -
YUV 97.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 47 124 94 0.62 0 0.24 0.51 156.62 0.45 0.34
Hex 2F 7C 5E 3E 0 18 33 9D 2D 22
Octal 57 174 136 76 0 30 63 235 55 42
Binary 101111 1111100 1011110 111110 0 11000 110011 10011101 101101 100010

Color Harmonies of #2F7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7C5E

Black with #2F7C5E

Text Example


Text Example

White with #2F7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,124,94); }

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

background-color css

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

 a { background-color: rgb(47,124,94); }

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

border-color css

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

 span { border-color: rgb(47,124,94); }

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